Test Suites

87 passed, 165 total

Tests

8676 passed, 8976 total

Snapshots

1523 passed, 1823 total

{ "additionalResultsProcessors": [], "resultDir": "./jest-stare/", "resultHtml": "index.html", "resultJson": "jest-results.json" }
{ "numFailedTestSuites": 78, "numFailedTests": 300, "numPassedTestSuites": 87, "numPassedTests": 8676, "numPendingTestSuites": 0, "numPendingTests": 0, "numRuntimeErrorTestSuites": 0, "numTodoTests": 0, "numTotalTestSuites": 165, "numTotalTests": 8976, "openHandles": [], "snapshot": { "added": 0, "didUpdate": false, "failure": true, "filesAdded": 0, "filesRemoved": 0, "filesRemovedList": [], "filesUnmatched": 78, "filesUpdated": 0, "matched": 1523, "total": 1823, "unchecked": 38, "uncheckedKeysByFile": [ { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "keys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "keys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "keys": [ "graphql.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "keys": [ "embed.js format 1" ] } ], "unmatched": 300, "updated": 0 }, "startTime": 1700138888484, "success": false, "testResults": [ { "failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 265, "numPendingTests": 0, "perfStats": { "start": 1041.6982969999663, "end": 12840.524927999999, "runtime": 11799, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 101, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 2.7674840000108816, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 70.81029999995371, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 319.81574300001375, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 18.305136999988463, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 3.2231139999930747, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 11.778197999985423, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 59.304478999983985, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 60.077117000008, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 56.06246500002453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 0.6170510000083596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 5.092061000003014, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 4.183076000015717, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.8015209999866784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.259950999985449, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.591348999994807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 58.478834000008646, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 55.91344799997751, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 56.42203000001609, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 0.5795719999587163, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 2.8725300000514835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 55.709344000031706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.4472800000221469, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.1275339999701828, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.0154749999637716, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 54.193048000044655, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 54.58975400001509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 54.750577999977395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.4655690000508912, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 6.729698000010103, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 2.767573999997694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.1534819999942556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.9618849999969825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.9967499999911524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 56.14510500000324, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 55.820226999989245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 56.60214299999643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 0.4172680000192486, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.082527999999, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 57.01653600001009, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.5870939999586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.76456899999175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.73940199997742, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 59.34941000002436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 56.61075699998764, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.34562999999616, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 0.4310449999757111, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 56.5293449999881, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.00403799995547, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.501167999987956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.78613900003256, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 56.797395000001416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.42871200002264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.91782999999123, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.192240999953356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 0.42591400002129376, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 60.84618799999589, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.521791999985, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 56.095977999968454, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 59.840662999951746, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.47146800003247, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 56.614425000036135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.630709999997634, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 56.637481999990996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 0.4361740000313148, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.74809700000333, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 57.11793800001033, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.91464199998882, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.8309269999736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.32054300000891, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.74577999999747, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.77469699998619, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.6323899999843, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.4264660000335425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 2.5108650000183843, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 55.02556999999797, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 1.377591000054963, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.9401540000108071, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.966993999958504, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 54.851851999992505, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 55.113661999988835, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 54.30802900000708, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 2.7357239999691956, "failureMessages": [ "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 3.3024330000043847, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 57.87998200004222, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.6430659999605268, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 0.9442120000021532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.1601950000040233, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 55.08910400001332, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 54.42999099998269, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 54.934418000048026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.4459420000202954, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 2.9335030000074767, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 56.04795400000876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 2.0550440000370145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.9714629999944009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.7992719999747351, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 55.94789299997501, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 55.2895220000064, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 55.59693200001493, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.5176360000041313, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 2.5051840000087395, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 55.9338979999884, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 1.3500290000229143, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.9114810000173748, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.7897029999876395, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 60.55938600003719, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 55.03850099997362, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.69182299997192, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.1020459999563172, "failureMessages": [ "valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 4.820836000028066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.9339480000198819, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 0.9920820000115782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.0778210000135005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 0.7938510000240058, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 58.035983000008855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 57.89991199999349, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 57.60207099997206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 0.4197330000461079, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.46472399996128, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 55.29472900001565, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.17373099998804, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 57.161031000025105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 57.976867000048514, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 55.8031979999505, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.21946599998046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.74126300000353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 0.44444900000235066, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 55.582148999965284, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.477043999999296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.761299999954645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.22609299997566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.35863500001142, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 55.01301900000544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.78361700003734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.273028999974485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.40627800003858283, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.9924539999919944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.7012400000239722, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 1.0863070000195876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.8829580000019632, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.7366540000075474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 55.260135999997146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 55.06723799998872, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 55.53265000000829, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.39640999998664483, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 2.298329000012018, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.606426999962423, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.1517989999847487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.9098169999779202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.7432670000125654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 54.91496199998073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 55.46756300004199, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 55.11673700000392, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.7872590000042692, "failureMessages": [ "valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 2.474768000014592, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.618480000004638, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.0393399999593385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.8282050000270829, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.9438220000010915, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 55.48796499997843, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 55.14019000000553, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 54.873007000016514, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.6223519999766722, "failureMessages": [ "valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.8481380000011995, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.2524969999794848, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.9039169999887235, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.7197729999898002, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.7672909999964759, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 56.696078999957535, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 55.16168000001926, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 54.81517099996563, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 0.4474439999903552, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.988317999988794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.24736700003268, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.82722199999262, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.605579999974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.06904000003124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.764920000045095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 58.691248999966774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.23748899996281, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 0.4071799999801442, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 55.57708600000478, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 55.493316999985836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 58.663971000001766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 56.00583800004097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.53362100000959, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 56.00745600002119, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.89001799997641, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.852792000048794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 0.40608799998881295, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 1.9913960000267252, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.8364780000411, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.9976949999691, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.10193100001197, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.15448899997864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.03823800000828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 56.0115700000315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 56.150961000006646, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 0.4587860000319779, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 59.498474000021815, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 57.65346900001168, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 56.13755099999253, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.656575999979395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.46103700000094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.79919200000586, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.65127799997572, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.917986000014935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 0.4743849999504164, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 56.57976900000358, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 56.70830299996305, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.15547300002072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.15744799998356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.931846000021324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 56.4857980000088, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.748259000014514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.07385699998122, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 0.41596700000809506, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 58.01273800001945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.212180999980774, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.945894000004046, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.301032999996096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.94696499995189, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.90449200000148, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.51539000001503, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 56.75022899999749, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 0.4169980000006035, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 56.915663000021596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.37544400000479, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.12949000002118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.352275000012014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.61198599997442, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.59992199996486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.406047000025865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.97906399995554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.42290000000502914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.6877789999707602, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 55.49459400004707, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.2201270000077784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.9046279999893159, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.7894830000004731, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 55.9810910000233, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 54.85014499997487, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 55.41207000002032, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.7465230000088923, "failureMessages": [ "valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.5540100000216626, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 57.212991999986116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.3947920000064187, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8349680000101216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.7209860000293702, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 66.32845799997449, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 56.70087000000058, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 91.61812999995891, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.4281290000071749, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.5942339999601245, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 56.66298600001028, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.3408920000074431, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.8010549999889918, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7205940000130795, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 66.96747600001981, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 55.47369600000093, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 55.416672999970615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.48466499999631196, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 2.022123000002466, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 54.95617800002219, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 1.1821450000279583, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7764600000227802, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7414240000071004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 56.488509999995586, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 55.23169099999359, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 55.403633999987505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 17, "numPassingTests": 318, "numPendingTests": 0, "perfStats": { "start": 12874.54474599997, "end": 27222.979959999968, "runtime": 14348, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 127, "unchecked": 0, "unmatched": 17, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6658319999696687, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 55.19819300004747, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 55.458884999970905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.132192999997642, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.789453000004869, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7098349999869242, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 55.34746900002938, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 0.6352959999931045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.91394100000616, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 56.20257699996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.341182000003755, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 56.025614999991376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 56.047489000018686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.88523499999428, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 0.43992099998285994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 66.23310300003504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 64.59677300002659, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 66.07033700001193, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 63.00695800001267, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 64.25748199998634, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 64.87207700003637, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 0.44459899998037145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 60.55078600003617, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 59.75659300002735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 59.08494500000961, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.60009000002174, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.02709499996854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 60.042680000013206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.42778799997176975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.504063999978825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 56.774028999963775, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.40337700000964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 56.668287999986205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 56.08061699999962, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 56.98146700003417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.0802550000371411, "failureMessages": [ "decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 59.13244799996028, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 59.46251400001347, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.144205000018701, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.8034689999767579, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7648369999951683, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 60.26611700002104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.41801999998278916, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 55.42217200004961, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 57.45918599999277, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 1.5227109999977984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.931918999995105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 56.81545100000221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.4718599999905564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.06037199997809, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 60.1177509999834, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 1.1521790000260808, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.732878000009805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.23082599998452, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.91782900004182, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.6309069999842905, "failureMessages": [ "deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 56.51693000004161, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 56.43001100001857, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 1.3610089999856427, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.7185600000084378, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.8653840000042692, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 56.20465100003639, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 0.4394800000009127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 59.11774499999592, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 59.510615000035614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.9787920000380836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.334138999984134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.5460350000066683, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 59.69154900003923, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.9031349999713711, "failureMessages": [ "do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 57.858918000012636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 57.942683000001125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 1.359957000007853, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.814650000014808, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.7390379999997094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 60.29373899998609, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4622929999604821, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.342742000008, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 60.33877700002631, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.74338699999498, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.130265999992844, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.59921700000996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.950906999991275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.5502870000200346, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 57.0744190000114, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 57.960207999974955, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 1.3260730000329204, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.8428220000350848, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.7252820000285283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 57.01999699999578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.6822429999592714, "failureMessages": [ "export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 56.457192999951076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 56.70782000001054, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.3531240000156686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.7356920000165701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.0267860000021756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 56.519479000009596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 0.4290199999813922, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 56.10614499996882, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 56.90389399998821, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 56.82119300001068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 57.28745499998331, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 56.552908000012394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 57.39150500000687, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.4582999999984168, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 58.12450600002194, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 58.05355700000655, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.3362729999935254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8352590000140481, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.7401309999986552, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8556359999929555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.84087900002487, "failureMessages": [ "function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 58.371908999979496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 59.22143000003416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 1.669343999994453, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9267889999900945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9419969999580644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 58.496541999978945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.4251229999936186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 58.866297999979, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 58.166966999997385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.4125960000092164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.9586790000321344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.8257110000122339, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 57.884147999982815, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.4139829999767244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 57.405845000001136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 58.86060800001724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 1.2360660000122152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.7888009999878705, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.6994539999868721, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 57.19748099998105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.4188109999522567, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 56.79144100000849, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 56.904512999986764, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 1.2012719999765977, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.7580440000165254, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.7657989999861456, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 56.762453000003006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.43404000002192333, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 65.46155900001759, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 65.28899499995168, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.4632799999671988, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.2236329999868758, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.0839230000274256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 67.7514819999924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.4370250000501983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 58.33239900000626, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 71.59963000001153, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 1.3414829999674112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7488770000054501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7055459999828599, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 58.63993900001515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 0.4474950000294484, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 59.42490599997109, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 59.22847600001842, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 59.03399700002046, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 59.21839799999725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 61.544097000034526, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 59.82020300003933, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6385609999997541, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 56.19963800004916, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 56.56364400003804, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.1166129999910481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.756070000003092, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6883939999970607, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 56.352146000019275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.429842000012286, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.48691699997289, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.90688299998874, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.83469699998386, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.90694199997233, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.0121410000138, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.08713900001021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 0.42712699994444847, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.77455500001088, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.33981199999107, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.74305600003572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.60364700003993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.69761600001948, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 58.2422319999896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.6999460000079125, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 57.46114899998065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 57.81230500002857, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.278755999985151, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7895830000052229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7282790000317618, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 58.029154999996535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 0.43930900003761053, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 57.481904999993276, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 57.66863099997863, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 57.55229999998119, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 57.02847599994857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 1.2906469999579713, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 57.98280200001318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 0.4536460000090301, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 56.236968000011984, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 56.80063599999994, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 56.91111400001682, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 58.10424100002274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 60.20611500000814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 58.91668500000378, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 0.43307699996512383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 61.332417999976315, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.48197199997958, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.53115799999796, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 62.328376999998, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.39236899995012, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 61.63212099997327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 0.4476549999671988, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.979578000027686, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.49532400001772, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.81369999999879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 60.25241700001061, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 59.72672799997963, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 60.342502999992575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 0.43922900001052767, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 57.70847299997695, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 57.51935399998911, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 58.07427100004861, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 57.6538409999921, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 57.62484399997629, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 58.769711999979336, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.43175499996868894, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 57.727180999994744, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 56.374846999999136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 1.1690899999812245, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.8055419999873266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.7108059999882244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 57.381182999990415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.43555200000992045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.14584599999944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 62.16568899998674, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 62.48498100001598, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 62.91251900000498, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.83961999998428, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 62.39878400001908, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.7696049999794923, "failureMessages": [ "partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 62.70807799999602, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 61.72837599995546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.541163999994751, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.2121310000075027, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.9300849999999627, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 62.51167899998836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.7477249999647029, "failureMessages": [ "pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 64.15310599998338, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 63.4532580000232, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 1.2024230000097305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8268629999947734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.7723099999711849, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 63.407943000027444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.624493999988772, "failureMessages": [ "pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 58.708617999975104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 57.103860000032, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 1.2141340000089258, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8139180000289343, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.7593859999906272, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 58.15035299997544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 0.7443580000544898, "failureMessages": [ "pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 59.77733300003456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 59.581291000009514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.4173540000338107, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.0332369999960065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.0656070000259206, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 60.39757900004042, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 0.44261500000720844, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.64646800002083, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 60.96696200000588, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.94450300000608, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.522025000012945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 62.20438299997477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.13169899996137, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 0.5114739999989979, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 59.51872400002321, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 59.731632000009995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 60.026611000008415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 59.13786900002742, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 58.94964400003664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 59.965305000019725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.6690780000062659, "failureMessages": [ "record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 57.54921599995578, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 58.767396999988705, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 1.1692299999995157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.73726500000339, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.7577329999767244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 58.293010999972466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.6477479999884963, "failureMessages": [ "record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 58.113581000012346, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 58.15862699999707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 1.1325029999716207, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.7616310000303201, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.8067750000045635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 59.537326999998186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 0.4271370000205934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.469050999963656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.37304099998437, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.63602299999911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.14319000003161, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 1.2490189999807626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.77967499999795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.4166669999831356, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 57.45596699998714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.71950200002175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.5545789999887347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8139380000066012, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8652740000397898, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 57.717149000032805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.6653109999606386, "failureMessages": [ "source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 59.65179800003534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 58.29601900000125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 1.1137069999822415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7759270000387914, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7646959999692626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 57.45483800000511, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.6921009999932721, "failureMessages": [ "throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 58.84880499995779, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 58.517462000017986, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 1.2804280000273138, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.8023669999674894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.7391380000044592, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 58.20443099999102, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.4342649999889545, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 58.62375199998496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 57.415190000028815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.0716180000454187, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7355720000341535, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7242909999913536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.9822219999623485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.6621139999479055, "failureMessages": [ "v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 60.16184399998747, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 60.40631599997869, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 1.168058999988716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.8370320000103675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.8218730000080541, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 61.03360500000417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 251, "numPendingTests": 0, "perfStats": { "start": 27252.904081999965, "end": 42233.690145, "runtime": 14981, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 22, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments-1.js" ], "duration": 0.5258100000210106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.800061999994796, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.61320299998624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.694371000048704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.425634999992326, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.26735600002576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.13812299998244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 59.15444200002821, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 58.52802999998676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 0.4335379999829456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 59.229927999957, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 61.03970600001048, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.790536000044085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.55860599997686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.84044300002279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.06207099999301, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.55744299996877, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.71294499997748, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 0.4226980000385083, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 59.67001199995866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 58.36560299998382, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 58.041622999997344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 58.32847900001798, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 59.04340299998876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 58.99926000001142, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 59.853223000012804, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 59.82217200001469, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 0.5288670000154525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.26908499997808, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.24197600001935, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.199180000054184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.94880099996226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.242469000048004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.125608999980614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 58.71278999996139, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.83549500000663, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 0.46376499999314547, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.53479700000025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.5289229999762, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.02192299999297, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.19683799997438, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.955666000023484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.252290999982506, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.97862200002419, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.65582899999572, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 0.42809800000395626, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.918888000014704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.751618000038434, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.14041599998018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 59.81604200002039, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.599160999991, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.93331799999578, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 59.55830199999036, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 60.148348000016995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 0.42668599996250123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 58.848446999967564, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 59.57836300000781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 58.408408000017516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 59.22853000002215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 58.24929200002225, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 59.555599999963306, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 59.13683199998923, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 57.705312000005506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 0.4840719999629073, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.436366000038106, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.238904000027105, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.62005399999907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.62702299997909, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.82115299999714, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.76885200000834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.654301000002306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.56329200003529, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 0.47537699999520555, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 58.346140999987256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.73848200001521, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.558655000000726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 58.50109599996358, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 58.88558799994644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.69083000003593, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 58.527193999965675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 58.040399999998044, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 0.45691300003090873, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.87655700003961, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 59.735788999998476, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 62.06641100003617, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.831088999984786, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.57645200000843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.49932499998249, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.117955999972764, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 59.329502999957185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 0.4332179999910295, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 58.42481600004248, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 59.34361199999694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.753020000003744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.57514400000218, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.407833999954164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.598457999993116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.922549000009894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 58.09255399997346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 0.4499690000084229, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.99797700002091, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 60.65594099997543, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.774369000049774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.31177299999399, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.81104599998798, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.71365200000582, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 59.42699900001753, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.9212000000407, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 0.4249929999932647, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 60.383870999969076, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.630766999966, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.332267999998294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.60485799994785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.51932999998098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.17689100001007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 60.03190900001209, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.541196000005584, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 0.4278279999853112, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.28726400004234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 60.318038999976125, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 58.921455000003334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.5283739999868, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.46897100005299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 61.27712599997176, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 58.61394700000528, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 59.07485999999335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 0.4228579999762587, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 59.694401999993715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 59.50487100001192, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 59.162576999980956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 60.73902600002475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 59.09054999996442, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 60.40566200000467, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 59.421919999993406, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.5796819999814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 0.4386979999835603, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.83185000001686, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.09147599997232, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 57.92749699996784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.77773800003342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.53392499999609, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 57.957935000013094, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.53576800000155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.683635999972466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 0.5403379999916069, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 58.99721399997361, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 59.810453000012785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 57.9524429999874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 58.319501999998465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 58.045743999944534, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 58.671912000048906, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 59.17298199998913, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 59.01705500000389, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 0.4409820000291802, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 58.1982699999935, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 59.29126000002725, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 63.42934899998363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 74.73732399998698, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 62.41683000000194, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 57.81632899999386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 58.309941999963485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 58.79497500002617, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 0.43652400001883507, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 59.46584800002165, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.42959299997892, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.43266799999401, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.13839099998586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.09074300003704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.77530300000217, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.65099699998973, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 59.18111400003545, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 1.3953629999887198, "failureMessages": [ "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.83115099999122, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 60.6736760000349, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.38719899998978, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 58.25705900002504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 58.72271100000944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.36618599999929, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.599057000014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 60.75989899999695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 0.9348400000017136, "failureMessages": [ "range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 61.2223300000187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 60.288346000015736, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 58.592920000024606, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 58.548967999988236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.02431100001559, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.665480999974534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 60.47468799998751, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.202355000015814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 1.1758600000175647, "failureMessages": [ "range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 60.07301600003848, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.00984800001606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 59.93656799994642, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 60.74261199997272, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.13886199996341, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 59.83049600000959, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 60.28202299994882, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.22290699998848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 0.9024399999761954, "failureMessages": [ "range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 60.773554000013974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 62.36325599998236, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 60.047481999965385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 59.22449900000356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 60.67596700001741, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 61.084573000029195, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 61.35327599995071, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 61.084727000037674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 0.8265590000082739, "failureMessages": [ "range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 61.29943299997831, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 62.07278300001053, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 60.10875000001397, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 60.38085300003877, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 60.08562900003744, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 59.77214499999536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 59.680930999980774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 64.32696999999462, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 0.5595319999847561, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 60.9292649999843, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.76626100001158, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.545527999987826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.880452000012156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.41904200002318, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.49510200001532, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 61.174835000012536, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 61.408615999971516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 0.5286959999939427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 60.555263000016566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 59.440709999995306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.829845000000205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.63857000001008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 59.424686999991536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.77134100004332, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.24509500002023, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 59.302285999991, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 0.6696200000005774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.466812999977265, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.70692099997541, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 58.24595799995586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 58.72188799997093, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 57.80609900003765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.36644000001252, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.05526100000134, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 61.2054229999776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 0.780456000007689, "failureMessages": [ "range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.5386990000261, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.79197900003055, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.44073400000343, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.44897500000661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 58.7045480000088, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.697976999974344, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.82776700000977, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.84578799997689, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [], "duration": 1.9212240000488237, "failureMessages": [], "fullName": "translates cursor correctly in basic case", "numPassingAsserts": 0, "status": "passed", "title": "translates cursor correctly in basic case" }, { "ancestorTitles": [], "duration": 0.8002419999684207, "failureMessages": [], "fullName": "positions cursor relative to closest node, not SourceElement", "numPassingAsserts": 0, "status": "passed", "title": "positions cursor relative to closest node, not SourceElement" }, { "ancestorTitles": [], "duration": 0.7558600000338629, "failureMessages": [], "fullName": "keeps cursor inside formatted node", "numPassingAsserts": 0, "status": "passed", "title": "keeps cursor inside formatted node" }, { "ancestorTitles": [], "duration": 1.9801030000089668, "failureMessages": [], "fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation", "numPassingAsserts": 0, "status": "passed", "title": "doesn't insert second placeholder for nonexistent TypeAnnotation" }, { "ancestorTitles": [], "duration": 1.1304890000028536, "failureMessages": [], "fullName": "cursorOffset === rangeStart", "numPassingAsserts": 0, "status": "passed", "title": "cursorOffset === rangeStart" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 58, "numPendingTests": 0, "perfStats": { "start": 42278.427562, "end": 44478.56587200001, "runtime": 2200, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 27, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6459749999921769, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.8405440000351518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.3881399999954738, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8456379999988712, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7423349999589846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7396290000178851, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.3061030000099, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 57.276912999979686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 57.06834300002083, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6362269999808632, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.5675850000116043, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 2.05671999999322, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7903040000237525, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7170380000025034, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.771097999997437, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 56.15451600000961, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 57.43697499996051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 56.4967980000074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.6337219999986701, "failureMessages": [ "valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 2.233667000022251, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 1.3806949999998324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.8431429999764077, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.6733759999624453, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.7102450000238605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 57.18381999997655, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 56.32741199998418, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 57.11422000004677, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6364670000039041, "failureMessages": [ "valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.5580060000065714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.0945420000352897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.7266349999699742, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.7277780000003986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6606119999778457, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 56.193551999982446, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 59.45721900003264, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 59.176032999996096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.5900009999750182, "failureMessages": [ "valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.5120110000134446, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.2271489999839105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.7334780000383034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6677960000233725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6536989999585785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 55.68136099999538, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 55.81201200000942, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 56.28581800003303, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 0.48105800000485033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.267737000016496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.09363600000506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.54029899998568, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.77258200000506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 55.168462999979965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.04289300000528, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.10418299998855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.36942200001795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 0.4389089999604039, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 56.10113399999682, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.10974799998803, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 55.60154100001091, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 56.00993599998765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 56.2351900000358, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 56.01520799996797, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 56.03761100000702, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 56.077522000006866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 69, "numPendingTests": 0, "perfStats": { "start": 44513.96453, "end": 45127.99518999999, "runtime": 614, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 63, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 1.3073389999917708, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8459479999728501, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.7343799999798648, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8176450000028126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8217429999494925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8947700000135228, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7846040000440553, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8171539999893866, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7105159999919124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8953510000137612, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.9253360000438988, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.7874200000078417, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8347170000197366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8409090000204742, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.818968000006862, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7115169999888167, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.693764999974519, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7353320000111125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6391029999940656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6857399999862537, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6566950000124052, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6501329999882728, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6646599999512546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6643889999832027, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6655310000060126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.726916000014171, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6759109999984503, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6834050000179559, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6249160000006668, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.8095700000412762, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7068389999913052, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6519660000340082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6633080000174232, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.646716000046581, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7542670000111684, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6883739999611862, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6514960000058636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6676960000186227, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6357360000256449, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7547389999963343, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7349510000203736, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6955479999887757, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6676250000018626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6188340000226162, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7232590000494383, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6714529999881051, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6973009999492206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6792669999995269, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7287299999734387, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7127589999581687, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.3910899999900721, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 1.0734320000046864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7595469999941997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7950330000021495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 58.259667000034824, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.4058470000163652, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 1.1148799999500625, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.7494680000236258, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 56.80677399999695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 56.1306409999961, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.4158949999837205, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 1.092919000016991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.7735930000199005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 55.18797500000801, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 56.2633640000131, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.6503030000021681, "failureMessages": [ "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 1.101304000010714, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.7447000000393018, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.704124000039883, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 56.35528299998259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 284, "numPendingTests": 0, "perfStats": { "start": 45183.00591799995, "end": 61401.86423000001, "runtime": 16219, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.43730600003618747, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.66314700001385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.68652699998347, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.06719100003829, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.53002900001593, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.99799400003394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.095123999984935, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.96370099997148, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.790286999952514, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.4774409999954514, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.05682199995499, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.531116000027396, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.27289900003234, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.65367899998091, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.84838799998397, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.57876000000397, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.79875499999616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.31163599999854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.7702259999932721, "failureMessages": [ "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.472812000021804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.43514000001596, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.74543100001756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.46886000002269, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.2521570000099, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.04139200004283, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.49403000000166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.915291999990586, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.6058099999791011, "failureMessages": [ "snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.379807999997865, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.457300999958534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.66589100001147, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.14929299999494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.024861000012606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.461963000008836, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.10910599998897, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.519648999965284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.42815900000277907, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 56.08075900003314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 56.87025000003632, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.39190600003349, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.350142999959644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.347275999956764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.81655300001148, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.52810100000352, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.61818699998548, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.4126500000129454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.924960000033025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.966895000019576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.122953000012785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.88927300000796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.68494400003692, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.97278699994786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.07054800004698, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.05394399998477, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.4452110000420362, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.6429970000172, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.620955000049435, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.62121800001478, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.731920000049286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.28509999997914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.50928900000872, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.37806499999715, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.14548800000921, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.43099399999482557, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 57.39192500000354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 58.142491000005975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.72566499997629, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.01153700001305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.15400199999567, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.48457299999427, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.926757999986876, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.579441000008956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.4936609999858774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.67834199999925, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.13539499999024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.42824400000973, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.590230000030715, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.71384600002784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.59307399997488, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.66372999997111, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.002360000042245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.4259450000245124, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.522952000028454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.901101999974344, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.68747300002724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.71037499996601, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.53309799998533, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.60309499996947, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.97158000001218, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.44865899998695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.4903949999716133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.81982400000561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.38191699999152, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.67129099997692, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.818155999993905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.33216900000116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.895700000051875, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.94751200004248, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.61095999996178, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.43059400003403425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 57.12064500001725, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.70532900001854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.784583000000566, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.088976999977604, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.18046200001845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.194432999996934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.65821700001834, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.93171400000574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.4404919999651611, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.92943100002594, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.40396999998484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.69127700000536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 67.99609299999429, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.70132300001569, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 60.20408200001111, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.76115899998695, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.14679999998771, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.42737699998542666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.467551000008825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.04651000001468, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.34604999999283, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.99342399998568, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.29427100002067, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.53412800002843, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.81153900001664, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.77028400002746, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.4294410000438802, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.98810899996897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.9069170000148, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.15945000003558, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.07254899997497, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.758336000028066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.12501700001303, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.88121200003661, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.08465099998284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.49304999999003485, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.32379500003299, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.828741000033915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.40511699998751, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.8938269999926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.19444599997951, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.579277999990154, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.834898000000976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.10547100001713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.45429699996020645, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.46764699998312, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.8305709999986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 74.910045000026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.55214700003853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.638128000020515, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.834896000043955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.475886999978684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.169543999945745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.4986800000187941, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.71480799996061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.574903000029735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.35550399997737, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.484677999978885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.525599999993574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.322822999965865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.423912000027485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.06707599997753, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 0.668537000019569, "failureMessages": [ "snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.700380000052974, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.99040900002001, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.015468000026885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.0859669999918, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.291096000000834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.81206500000553, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.25751000002492, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.15682500001276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 0.5911829999531619, "failureMessages": [ "snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 56.823959000001196, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 57.59879100002581, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 56.449932000017725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 56.38343300000997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.904595000029076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.45409200002905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 56.23772699997062, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 56.38967699999921, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 0.4162759999744594, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.282345000014175, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.8540230000508, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.680436000053305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.53776099998504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.36306699999841, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.83381899999222, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.69981999997981, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.40174900001148, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 0.4229190000332892, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 57.46799600002123, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 56.86720600002445, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 56.1712150000385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 56.08433899999363, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.827968000026885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.65595899999607, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.87114900001325, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 56.009453999984544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 0.44759500003419816, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.44779900001595, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.51331399998162, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.35174100002041, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.546293000050355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 56.00474200001918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.10265100002289, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.79842700000154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 56.51444399997126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 0.4296420000027865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 56.15512700000545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 56.515789000026416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.52005299995653, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.86302600003546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.76848799997242, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.62940699997125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.48689000000013, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 56.195329000009224, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 0.4473950000246987, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.936132000002544, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.58259000000544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.67472499998985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.31739399995422, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.71168200002285, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.69834900001297, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.57281099999091, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.75450199999614, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 0.4300519999815151, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 58.16120199998841, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 56.57619600003818, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 56.048279999988154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.26475800003391, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.220077999983914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.99564500001725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 56.65879600000335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.462742000003345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 0.43777700001373887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 56.93841100001009, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 56.45113300002413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.96889600000577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.950184000015724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 56.221750999975484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.43786900001578, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.876224000006914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.635172999987844, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 0.4129799999645911, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 57.52800799999386, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 57.4655180000118, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 57.45790700003272, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.44863500003703, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.85392800002592, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 56.61024000000907, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.946072999970056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.580664000008255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 0.5020670000230893, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 57.15784200001508, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.400543999974616, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.02392399997916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.91734699998051, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 57.15827900002478, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.85596600000281, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.8864000000176, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.141356999985874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 0.4403310000197962, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 57.238596999959555, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 58.72253600001568, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 57.60296200000448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 56.557113000017125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 56.74018199997954, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 56.36217899998883, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 56.17816599999787, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 57.15618900000118, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 0.4243620000197552, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.67309200001182, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.076949000009336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.78577999997651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.4279239999596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 57.605236000032164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.65032199997222, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.708102000004146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 56.66542000003392, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 0.4722900000051595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 57.12505500001134, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 56.85662400000729, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 56.36723100004019, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 56.48411700001452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 56.76603400002932, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 57.41480700002285, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 56.810001000005286, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 57.249173999996856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 61436.15643099998, "end": 62721.658813999966, "runtime": 1286, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 34, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4102660000207834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.19263099995442, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.8060890000197105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.0734420000226237, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8981560000102036, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.096022000012454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.05757900001481, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4952140000532381, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 2.6340840000193566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.1279649999924004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.894819000037387, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0509799999999814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.40189099998679, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.89694300002884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.5520099999848753, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.4554650000063702, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.877727999992203, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7627220000140369, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7116069999756292, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 56.19885200000135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.56295799999498, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.4506399999954738, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.3916559999925084, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.8236269999761134, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7158359999884851, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.6932640000013635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 54.979212999984156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.28259099996649, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.4118290000478737, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.8200050000450574, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.1640219999826513, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.422863999963738, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7472839999827556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 56.448262999998406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 55.47788500000024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.420574999996461, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.572353000054136, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.843103000021074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7256339999730699, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7023800000315532, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.62808499997482, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.064535000012256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.409713999950327, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.4538230000180192, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.8207910000346601, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7257639999734238, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.677694000012707, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.131530999962706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.84298700001091, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 272, "numPendingTests": 0, "perfStats": { "start": 62759.726920999994, "end": 81420.93174499995, "runtime": 18661, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 32, "unmatched": 16, "updated": 0, "uncheckedKeys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary.js" ], "duration": 0.4510510000400245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 67.26640399999451, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 65.65718799998285, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.86953099997481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.0715799999889, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.20002200000454, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.49080800003139, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.928317000041716, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.84315200004494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 0.645665000018198, "failureMessages": [ "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 57.3918629999971, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.594333999964874, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.1200560000143, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.66481400001794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.56591199996183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.95953799999552, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.14419800002361, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.03241899999557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 0.5028680000104941, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 125.33742499997607, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 109.7053779999842, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 75.23318400001153, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 76.47985900001368, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 81.40571599995019, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 77.9001939999871, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 97.16213400004199, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 84.98425799998222, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.9687470000353642, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 112.14159200002905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 71.03835699998308, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 67.40359299996635, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 65.03749600000447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.90725899999961, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 67.93842800002312, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.78015599999344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 65.67672200000379, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 0.6831850000307895, "failureMessages": [ "nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 67.23837699997239, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 63.96574100002181, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 62.42620099999476, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 59.78309600002831, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 60.09391900000628, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 60.91631800000323, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 60.07897100003902, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 59.71961599995848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 1.4930549999698997, "failureMessages": [ "nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 82.32902000000468, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 77.88233300001593, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 69.17756999999983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 69.9634940000251, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 69.30181299999822, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 76.86913800000912, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 78.7349759999779, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 74.32956600002944, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.42461200000252575, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 77.13395499996841, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.9995699999854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.17549599998165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.41247999999905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.142101000004914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.444319000002, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.315368000010494, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.48853099998087, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4404719999874942, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.84987699997146, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.764627999975346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.66490099998191, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.01122300000861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.91949600004591, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.32459700002801, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.93032400001539, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.53171799995471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 0.4885110000032, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 66.9840860000113, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 60.19834299996728, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.97661100002006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.388380000018515, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 58.72392000001855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 61.1636470000376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.16835499997251, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.701476000016555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 0.7966160000069067, "failureMessages": [ "func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.30187500000466, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.90899300004821, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.01677300001029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.15069899999071, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.956819999963045, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.89991800003918, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 57.28231599996798, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.39008699997794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 0.5240680000279099, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 102.84783199999947, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 96.0014160000137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 88.59298399998806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 81.90367400000105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 86.40794599999208, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 73.28143099998124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 80.55535500001861, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 76.06881999998586, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 6.812597999989521, "failureMessages": [ "indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 80.19332799996482, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 71.02217399998335, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 65.4418730000034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 62.92631299997447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 62.54841700004181, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 63.222366000001784, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 63.383169000037014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 63.89012499997625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 0.7520030000014231, "failureMessages": [ "nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 64.79911700001685, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.83955999999307, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 58.07799800002249, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 58.589855000027455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.58651399996597, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.953919999999925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 58.99762899999041, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.412681000016164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 1.2254449999891222, "failureMessages": [ "nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 78.76491199998418, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 71.22035600000527, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 68.5469419999863, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.22174800001085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.62928600003943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.51205000001937, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.4362919999985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 68.23427400004584, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 0.5085390000022016, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 59.20427300001029, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 59.919209000014234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 60.59450199996354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.167359000013676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.854057000018656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.942442999978084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.93229700002121, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 58.55841399997007, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 0.4551189999911003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 60.2787220000173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 60.794897000014316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.565437000012025, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.389933999977075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.63290999998571, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.507379000016954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.42573799996171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.65893600002164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 0.49404099996900186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 62.186003000009805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 62.86832399998093, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.090228000015486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.016443000000436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.16741999995429, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 60.10836900002323, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 60.33795700001065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 62.435905000020284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 0.6607119999825954, "failureMessages": [ "func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 59.68838399997912, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 58.67660700000124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.83213200001046, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.86011900001904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.80330299999332, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 57.60567399999127, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 58.267285000009, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 58.05245100002503, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 0.5887479999801144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 101.91051600000355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 79.55040400003782, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 77.44027699995786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 77.13981899997452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 74.62555100000463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 73.28750700003002, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 98.88974700000836, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 78.07686799997464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 0.9410650000208989, "failureMessages": [ "indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 72.86754999996629, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 68.13770700001623, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 69.29716199997347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 62.84280599997146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 61.47807599999942, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 63.266266000049654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 63.75402599998051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 64.71023600001354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 0.6966599999577738, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 62.72230500000296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 60.70155800000066, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.49974899995141, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.3629250000231, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 57.41556400002446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.19785600004252, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.93175200000405, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.091995000024326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 1.3034310000366531, "failureMessages": [ "nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 81.21213599998737, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 73.03651700000046, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 65.0687630000175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 66.48971299995901, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 68.55271999997785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 67.08210600004531, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 69.09923100000015, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 69.13135799998417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 0.43485099996905774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 59.45363800000632, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.96724299999187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.52433699998073, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.802561999997124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 57.708098000031896, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 59.33330499997828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.49172400002135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 59.15106999996351, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 0.46874399995431304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 62.680036000034306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 60.18174299999373, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.38820200000191, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 60.7691089999862, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.537215999967884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.67481699999189, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.437960999959614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 60.34869900002377, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.4843030000338331, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.64465699996799, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.827056999958586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.58130000001984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.25500399997691, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.7270449999487, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.29114700003993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.506325000023935, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.60639799997443, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.7215760000399314, "failureMessages": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.665775000001304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.94875799998408, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.20886800001608, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.868376999977045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.68274800002109, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.38515699998243, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.58082000003196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.377252999984194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.5478519999887794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 96.75406399997883, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 75.80049799999688, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.85323899996001, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 73.11030699999537, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 70.13595199998235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 72.58871999999974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 77.00372600002447, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 74.10208500002045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.849854999978561, "failureMessages": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.16279299999587, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.83364900003653, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.087615000025835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.130532999988645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.98507300001802, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.53782600001432, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.700974000035785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 64.6518989999895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6661330000497401, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.6793910000124, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.65028999996139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.74323500000173, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.022033000015654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.831761999987066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.43033300002571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.75053600000683, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.20325900003081, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 1.4695010000141338, "failureMessages": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 80.25390299997525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.13882200000808, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.75358100002632, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.27363299997523, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.80089800001588, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.03459900000598, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.38096300000325, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 69.42310000001453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.445811000012327, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.11805600003572, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.00704599998426, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.241204000019934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.45802499999991, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.60891700000502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.587163000018336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.05505500000436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.02214499999536, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.5218830000376329, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.70919399999548, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.108568000025116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.61296900000889, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.60593300004257, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.84033499995712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.20270599995274, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.39136000000872, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.54094800003804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 99, "numPendingTests": 0, "perfStats": { "start": 81463.072468, "end": 87282.56909399998, "runtime": 5819, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js" ], "duration": 0.4590660000103526, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 64.14923699997598, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.22640099999262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 58.79321000003256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 58.49367600004189, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 58.61830899998313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.42027899995446, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 60.37610599998152, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 60.647509999980684, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 0.41162700002314523, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 58.28441800002474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.91374099999666, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.73212499998044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.98259699996561, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 58.45775900001172, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 59.12318300001789, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 58.67913400003454, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 58.93522899999516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 0.41952300001867115, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.77158199995756, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.861908000020776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 57.173133000032976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.514617000008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.49724599998444, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.354713000007905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 59.59887299995171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 58.074832000012975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 0.4057359999860637, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 58.66323000000557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 58.29235000000335, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 56.9496560000116, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.91402399999788, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 58.43790100002661, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.78328799997689, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 57.636845999979414, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 59.07232999999542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 0.4158859999733977, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.67876799998339, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.83239200001117, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.2984760000254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 60.78636600001482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.96538299997337, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.303405999962706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.48410900001181, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 57.48122600000352, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 0.4177989999880083, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "newline.js" ], "duration": 59.336232999979984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.519106000021566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.06581100000767, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.5699790000217, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.19183099997463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.50770800001919, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.30278700002236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 58.758795999980066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.4201539999921806, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.19187199999578, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 59.23087199998554, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 59.82502500002738, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.342241000034846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 57.84118600003421, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 60.107414999976754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.31117699999595, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 58.669532000028994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4315650000353344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.694751999981236, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.57619200000772, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.96482999995351, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.67358899995452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.13892999995733, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.76730700000189, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.354972000001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.94854499999201, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.2831080000032671, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.03097500000149, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.48771700001089, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.47152500000084, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.09044800000265, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.096348999999464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.317092999990564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.033565999998245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.987636999983806, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.2613870000350289, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 58.17730700003449, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 58.51089500001399, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.826625999994576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.80430400004843, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 58.31778700003633, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 58.21306800004095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.349740999983624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.54364400001941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.2726179999881424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 60.90521700005047, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 58.9855900000548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.25222700001905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 58.04032900003949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 58.28415600000881, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 59.14620100002503, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 58.22512299998198, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 59.21973499999149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 56, "numPendingTests": 0, "perfStats": { "start": 87318.25354899996, "end": 89402.324785, "runtime": 2084, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 29, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4208349999971688, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 60.36866599996574, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.357932000013534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.7726909999619238, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.6996139999828301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.087968999985605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.02688299998408, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4257530000177212, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.95670599996811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.218040999956429, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.7543759999680333, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.7285489999921992, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.791196000005584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.27821000001859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.4271759999683127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 59.100677000009455, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.1345860000001267, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7558189999544993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7030810000142083, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 58.43849999998929, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 59.18119099998148, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.4479850000352599, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 59.30210199998692, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.1141180000267923, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7501390000106767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.6989530000137165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 58.146802000002936, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 57.99883699999191, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 0.43465999996988103, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 60.25829700002214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 58.77614800003357, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 59.454916000016965, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 58.70983999996679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 58.19008800003212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 58.0163440000033, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.405566000030376, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 58.554077000007965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.171204000012949, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7300620000460185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7143419999629259, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 58.04286400001729, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 58.05822100001387, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.485625000030268, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 58.1540709999972, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.1744090000283904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7117180000059307, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.6957880000118166, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 57.69195399997989, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 58.33699099998921, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.4619010000023991, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 58.85244299995247, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.0917860000045039, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.6894249999895692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.6636469999793917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 57.755257999990135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 57.69543600000907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 41, "numPendingTests": 0, "perfStats": { "start": 89440.67739599996, "end": 90465.20979199995, "runtime": 1025, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 31, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-binding.js" ], "duration": 0.5315409999457188, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 59.055601999978535, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 57.52518499997677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 56.892262000008486, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 57.33262000000104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.6431700000539422, "failureMessages": [ "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 1.1924550000112504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7335479999892414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7563710000249557, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 57.64893500000471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.4425760000012815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 1.2372570000006817, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.7768889999715611, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.7850139999645762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 58.78354400000535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.7033720000181347, "failureMessages": [ "import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 1.0690540000214241, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.7882010000175796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.6987540000118315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 57.50934300001245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6208989999722689, "failureMessages": [ "import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 1.009252000018023, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6873309999937192, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.7015480000409298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 57.14277400000719, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.43266699998639524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 1.0698449999908917, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 1.7502039999817498, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.678485999989789, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 58.20878200000152, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.6538400000426918, "failureMessages": [ "import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 1.1068739999900572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7731219999841414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7203839999856427, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 58.00914500001818, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 1.56791499996325, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.8430229999939911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6984730000258423, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6952670000027865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.8447349999914877, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7395489999908023, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6751400000066496, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6597009999677539, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6284719999530353, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.770808000001125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 153, "numPendingTests": 0, "perfStats": { "start": 90513.23905099998, "end": 99382.78685799992, "runtime": 8870, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.33410300000105053, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.3173919999972, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.557044000015594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.259632999950554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.11135899997316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.3513549999916, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.884766999981366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.369742000009865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.26782499998808, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.28272800002014264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 58.06667000002926, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.79809299996123, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.18445400003111, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.29125599999679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.64140799996676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.626085000054445, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 58.00868799997261, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 58.06286200002069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.28351799998199567, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 58.636235999991186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 58.32911599997897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.620538000017405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.1824740000302, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.84807400003774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.202945000026375, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.90836699999636, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.664240000012796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.2977449999889359, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.80884099996183, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.76759800000582, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.83365500002401, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.90796099998988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.54791100003058, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 58.07085999997798, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 58.04043900000397, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.07313299999805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.30494900001212955, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.15645399998175, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 58.15259999997215, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 58.26618400000734, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.752341000013985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.38867399998708, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.60133199999109, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.09596100001363, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.58351099997526, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.2881780000170693, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.52406299998984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.45899100002134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.156587999954354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.89423000003444, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.62451499997405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 58.285840999975335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.48673499998404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.68719399999827, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.3420079999486916, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 58.00076500000432, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.973612000001594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.88244299998041, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 59.00093099998776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.49051400000462, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 58.49106200004462, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.204245000029914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 57.6734980000183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.42059499997412786, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.916432999947574, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 59.035392999998294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 57.95798400003696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 58.06047700002091, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 58.212605999957304, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 57.80552400002489, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 57.60896000004141, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 58.02623799996218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.46397599996998906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 57.27909000002546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 58.51810399995884, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 58.42093200003728, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 57.05169500003103, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 58.39247600000817, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 58.25426800001878, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 58.840635999978986, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 60.896882999979425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.4294510000036098, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 58.56818900001235, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 58.59917800000403, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 57.784433000022545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 59.29133199999342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 59.106120999960694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 59.06429900001967, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 58.61323999997694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 58.164492000010796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.43336800002725795, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 58.804667000018526, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 59.30117599997902, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 58.42601699999068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 58.74665000004461, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 59.29070999997202, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.4340310000116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 58.009227000002284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.858898999984376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.42094499996164814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 59.23453700001119, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.864915999991354, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.928086999978404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 60.458404000033624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 59.41382399998838, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.556142000015825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.295258999976795, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 58.25524700002279, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.4412129999836907, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.89076899999054, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 59.04051200003596, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.665659000049345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.390580000006594, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.82471200003056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.843478000024334, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.27876800001832, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 58.433889999985695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.4357519999612123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.32478500000434, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 83.77419599995483, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.9805790000828, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.482120999949984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.742257999954745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.18700999999419, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.47224399994593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.780223999987356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.4905949999811128, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.429586000042036, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.0688520000549, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.28350999997929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.77499900001567, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.53896899998654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.088395999977365, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.51152199995704, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.675560000003316, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.43265700002666563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.90426799992565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.29900199989788, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.432182999909855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.06078900001012, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.43275099992752, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.790278999949805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.815227000042796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.293443000060506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 0.45745300000999123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.62269999994896, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.40144200006034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.29867699998431, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.371597000048496, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 57.67279699991923, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 58.384532000054605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 57.63679099990986, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 57.99647399992682, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 158, "numPendingTests": 0, "perfStats": { "start": 99423.58284600003, "end": 106478.86105499993, "runtime": 7055, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 58, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "basic.js" ], "duration": 0.4488070000661537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js" ], "duration": 59.697486000019126, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 57.21091400005389, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 1.407414999906905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 0.8713849999476224, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 57.81903500005137, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 57.994469000026584, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.43635400000493973, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.611925999983214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.190635000006296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.3260340000269935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7563109999755397, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 57.60850900004152, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.69213400001172, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.42243699997197837, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.91421299998183, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.710759999928996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.1172450000885874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7397300000302494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.12009800004307, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.633198000025004, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 0.4267759999493137, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 58.308359000016935, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 58.31906299991533, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 57.094965999946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 57.065381000051275, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 57.46713600005023, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 58.18347300007008, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 58.689879999961704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 0.4239999999990687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.545737999957055, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 58.32736700004898, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 57.03402499994263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 56.970020000007935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 56.75430899998173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 56.491992999915965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 59.22022100002505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.4862980000907555, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 57.1076330000069, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 56.18648100004066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 1.1651430000783876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.7991900000488386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.82020900002681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 57.19930299988482, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.4431460000341758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 57.49350500002038, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 57.066244999994524, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 1.2366069999989122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.7777200000127777, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 57.36155899998266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 56.65850000001956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.43375000008381903, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 57.496512999990955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 58.34985100000631, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 1.1955200000666082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.7527040001004934, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 56.21831700007897, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 56.59294799994677, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.43969100003596395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 56.701184000005014, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 56.49384600005578, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 1.174170000012964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.7665399999823421, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 56.173222000012174, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 57.0185010000132, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.4663300000829622, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 58.150480999960564, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 57.02068600000348, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 1.146398999961093, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.7432470000348985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 57.23047399998177, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 57.65083499997854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.4083010000176728, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 57.05987500003539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 56.38004499999806, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 1.1416590000735596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.7515119999879971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 57.55924899992533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 64.93781299993861, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.4620219999924302, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 57.60046099999454, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.359258999931626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 1.163780999951996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.7400900000939146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 58.205765999970026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.96088200004306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.4262149999849498, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.04611999995541, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 58.705615999992006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 1.1322419999632984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.7438779999502003, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.07645599998068, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.51128900004551, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.4351509999250993, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 57.432647999958135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.43435900006443, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 1.154733999981545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.7363439999753609, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.75200499990024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.41438299999572, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 0.4560410000849515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 57.22231300000567, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 57.26502699998673, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.22043400001712, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.57006399997044, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.73187300004065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 57.58539599995129, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.53997399995569, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 0.48772999993525445, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 57.99861700006295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 57.04807600006461, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 57.21542999998201, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 57.05630799999926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.68316000001505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.99267100007273, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.39996800001245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.508648999966681, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 56.619103999924846, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 56.754886999959126, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 1.1258509999606758, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.7439680000534281, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 56.76610999996774, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 56.24033099994995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.4091330000665039, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 57.669370999909006, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.29521100001875, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 1.1734089999226853, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.740821999963373, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 78.11994900007267, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 57.38202000001911, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.4682639999082312, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.46096799999941, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.56075399997644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 1.5418050000444055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.8180550000397488, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 57.23469800001476, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.96919000009075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.4624730000505224, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 57.26130900008138, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.312262999941595, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 1.2977410000748932, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.8010040000081062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 57.38388500001747, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.379506999976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.4584249999606982, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.90669800003525, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 56.9077769999858, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 1.161536999978125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.7433169999858364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.5359260000987, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.87635899998713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.4410030000144616, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 57.42641299997922, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 57.06928799999878, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 1.2069419999606907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.7672310000052676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 55.61235599999782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.74337999999989, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 26, "numPassingTests": 820, "numPendingTests": 0, "perfStats": { "start": 106540.75954599999, "end": 156449.89270000003, "runtime": 49909, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 78, "unchecked": 0, "unmatched": 26, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.4328179999720305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.379594000056386, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.20522400003392, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.68524200003594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.266496000112966, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.3953169999877, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.15611500001978, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.50347300001886, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.4004010000499, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.4906549999723211, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.8574489998864, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.57863000000361, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 57.92764899996109, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.66780399996787, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 57.776020999997854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.0355269999709, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 57.44589500001166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 57.06828500004485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 0.4825999999884516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.552571999956854, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.98193400003947, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 56.87764800002333, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.46623899997212, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 56.740494999918155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 58.16189500002656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.27615299995523, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.414788000052795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 0.4493680000305176, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 63.344287999905646, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 61.26793600001838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 61.79616999998689, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.75000300002284, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.79146800003946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 59.59466399997473, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 59.915044000023045, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 60.87453899998218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 0.44405799999367446, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 59.40436199994292, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 58.854278000071645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 73.20062399993185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 59.711349999997765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 60.23722300003283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 58.94951900001615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.51465600007214, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.81519999995362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 0.426977000082843, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 58.712951000081375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 58.14032399991993, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.96236999996472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.923885999945924, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.55091199988965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.7596950000152, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 58.036242999951355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.11548100004438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 0.4362939998973161, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 63.41828999994323, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 60.67364599998109, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.308855000068434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.98556300008204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 60.523374999989755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.21614000003319, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.345215999986976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 60.37822600000072, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 0.43215599993709475, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js" ], "duration": 57.121008999994956, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 59.7029479999328, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.853994000004604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 57.130752999917604, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.69180700008292, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.134634000016376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.79686199990101, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.116777000017464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 0.6520960000343621, "failureMessages": [ "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 58.53336700005457, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.88550600002054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.65002800000366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 70.67482200008817, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 59.556217000004835, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 58.624074000050314, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.68084100005217, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.96716300002299, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 0.4668110000202432, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 61.236704000039026, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 62.78507400001399, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 70.40987299999688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 60.5658879999537, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.91013900004327, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.33255900000222, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.110823000082746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.73126999998931, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.4303620000137016, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.853243000106886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.69478799996432, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.53430999990087, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.77970900002401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.504529000027105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.49449700000696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.89794599998277, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.739936999976635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 0.4976679999381304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 59.88852899998892, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 59.048758000019006, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 58.73616199998651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 58.2457309999736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 57.91208599996753, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 58.41982499998994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 58.97626499994658, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 58.47066500002984, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 0.4310939999995753, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.290367999929, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.512166000087745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.23161999997683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.12268899998162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 59.340212999959476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 59.10669099993538, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.851244000019506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 58.497424999950454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 0.4225180000066757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.00817099993583, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 58.516537000075914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 58.43539200001396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 57.440984999993816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.013855000026524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.68132400000468, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.350428000092506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.41281699994579, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 0.4973580000223592, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.41117400000803, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.63888500002213, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.55275100003928, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.96701999998186, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.892350999987684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.97563599993009, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.661871000076644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 59.398955999989994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 0.4366240000817925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.76878600008786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.95980200008489, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.56441599992104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.59397300006822, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.322191999992356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.15114500001073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.69858799991198, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 57.245060999994166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 0.6864699999568984, "failureMessages": [ "empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 60.305392000009306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 66.46162999991793, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 67.0008009999292, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.53022499999497, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.32697199995164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 60.60400000005029, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.6087449999759, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.48338099999819, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 0.474904999951832, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 62.7318029999733, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.841922999941744, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.20220099994913, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.420378000009805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.900259000016376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.64545499999076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.14018499990925, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 58.77395099995192, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.6596900000004098, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.407264999928884, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.717180000036024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.62452199996915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.42158500000369, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.76386700000148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.956471999990754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.60297599993646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.426763999974355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 0.43604400008916855, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.802021999959834, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 57.356370999943465, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 57.17622600006871, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.69683000002988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.980038000037894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 57.05899799999315, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 58.07895399990957, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 57.31180000002496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.4638249999843538, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 71.02855699998327, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.24242800008506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.83801400009543, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.96270000003278, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 66.62965300003998, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.24226400000043, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.4047680000076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 89.67240200005472, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.5279449999798089, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 64.72298700001556, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 63.96828200004529, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.37568599998485, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.91753000009339, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.67516099999193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.13080899999477, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.849709000089206, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.383193999994546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 0.4379370000679046, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 63.05957699997816, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 64.10052199999336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.50559700001031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.96436400001403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.728811000008136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.77929899992887, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.33116999990307, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.59081699990202, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 0.5034489999525249, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js" ], "duration": 75.3537860000506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 65.97131799999624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 65.37300600006711, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 65.6045120001072, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.337071000016294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 64.0272109999787, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.243603999959305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.12641600007191, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 0.6635770000284538, "failureMessages": [ "jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.93381700001191, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.43783599999733, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.25199000001885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 58.79182000004221, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.840274999965914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.408485999912955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 58.90996800002176, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 58.25942799996119, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 0.6841659999918193, "failureMessages": [ "jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 59.322830000077374, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 61.884976000059396, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.63181600009557, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.8145530000329, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.677402000059374, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 59.04791399999522, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.86306300002616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 59.42052400007378, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 0.435001999954693, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 60.35075799992774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 61.99503099999856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.17313699994702, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.73584700003266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.69469899998512, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.323532000067644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.574097000062466, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 59.06161900004372, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.523075999924913, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.1052759999875, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 69.0099100000225, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.510659000021406, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.24988400004804, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.244570999988355, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.8771420000121, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.54697499994654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.96710600005463, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 0.4605699999956414, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 62.60708700004034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 60.61956399993505, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.89793600002304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 60.657558999955654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 58.678765000076964, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.88140099996235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.66443999996409, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 58.70200399996247, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 0.44321699999272823, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 58.214563000015914, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 58.47648700000718, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.488375999964774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.63447599997744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.92075099993963, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.76252399990335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.05444999993779, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 57.47057600005064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 0.4648169999709353, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.14628400001675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.72805699997116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.702525999979116, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.22049899992999, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 59.00067300000228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.5712029999122, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.08685500000138, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.637412999989465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 0.7288290000287816, "failureMessages": [ "multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 64.82713400002103, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.639574000029825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 58.746558999991976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.18239900004119, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 58.151351999957114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.166247999994084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.54033099999651, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 71.81357700005174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 0.5547249999362975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 60.03048700001091, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 59.343106999993324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 58.11663399997633, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 58.715403000009246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 58.3107509999536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 58.056670999969356, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 58.54306399996858, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.67755899997428, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 0.5386250000447035, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.94216600002255, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 60.154212999972515, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.646208000020124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 59.280180999892764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 59.25549100001808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.762430000002496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.06562099989969, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.40234999998938, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 0.9731850000098348, "failureMessages": [ "return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 73.31363800005056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 67.1110799999442, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 66.7097139999969, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 63.615894000045955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 63.96681299991906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 67.62578000000212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 68.16956700000446, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 65.729364000028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 0.45232400007080287, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 59.92634100001305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.08688900002744, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.539911000058055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.45377199992072, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.881673000054434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.205316000035964, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 58.454216000041924, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.44318800000474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.4470639999490231, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 77.75779299996793, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.75174700003117, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.50486099999398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.11751200002618, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.97336299996823, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.17673299997114, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.29673000006005, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.005744000081904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 0.8344669999787584, "failureMessages": [ "tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 61.08848600008059, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.99917199998163, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 57.41154799994547, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.70094000000972, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.079756000079215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.04165999998804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.512859999900684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.917593999998644, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 0.4710089999716729, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 59.2450199999148, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 59.14858300006017, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.86939100001473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 58.498316000099294, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.693310000002384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.621216999948956, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.478103999979794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.30415900005028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 0.7238300000317395, "failureMessages": [ "trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 61.62374399998225, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.5823129999917, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.3974519999465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.06414299993776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 57.67647399997804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.57911300007254, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.990829000016674, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.64009200001601, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 0.8213720000348985, "failureMessages": [ "trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 57.689672000007704, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 57.300434999982826, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.61891000007745, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.27684200007934, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.17693600000348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.755996000021696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 57.163244000053965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.84917499998119, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.4797450000187382, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.71608200005721, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.05742600001395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.50482699996792, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.68508999992628, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.06954599998426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.51597199996468, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.77909500000533, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.35431000008248, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7068679999792948, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.0971579999895766, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.8913579999934882, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.0004760000156239, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8223039999138564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9260779999895021, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.23904599994421, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.91047300002538, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.376637000008486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 0.4501699999673292, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 62.50511200004257, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 65.01260499993805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.71019999997225, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.98883199994452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 62.33660800009966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.694634999963455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.86821899993811, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.9306730000535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 0.4175889999605715, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js" ], "duration": 59.82402499997988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 59.458694000029936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.45190400001593, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.86339900002349, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.555488000041805, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.05125600006431, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.69985900004394, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.312188000069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.5961820000084117, "failureMessages": [ "snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.605595999979414, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.89935700001661, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.91217099991627, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.780100999982096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.08931800001301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.60005699994508, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.061333999969065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.9090220000362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.5827779999235645, "failureMessages": [ "snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.88773200009018, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.97769000008702, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.55894899996929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.737362000043504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.59275000006892, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 60.198805999942124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.80004399991594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.276568999979645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 0.5368419999722391, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.869426000048406, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 59.10265600006096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.1824150000466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.47883100004401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.99078700004611, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 59.042642000014894, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 59.90255299990531, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.68489899998531, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 0.39540799998212606, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.62592499994207, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 76.0600010000635, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 59.670310000074096, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.472842999966815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.28115900000557, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 62.50860900001135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 60.42209499992896, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 59.178186999983154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 0.4672710000304505, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 59.15045800001826, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 59.11947199993301, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.78591200010851, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.226065000053495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.2542769999709, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.42528200009838, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.26800399995409, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.629575000028126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 0.47951400000602007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 63.25370999996085, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 62.67561699997168, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.43087799998466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 60.316129999933764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 60.41517399996519, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 64.034673999995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 62.41754400008358, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.819740000064485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 0.4729430000297725, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.75050799991004, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.16723100002855, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.00798200001009, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.18832999991719, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.75461699999869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.6874189999653, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 58.25996400008444, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 61.077118000015616, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 0.42799799994099885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.405539000057615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.10729600000195, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 59.028720000060275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.5156399999978, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.814368000021204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.50339800002985, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 59.960109999985434, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 59.00545600010082, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 0.46607900003436953, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 63.595531999948435, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 61.4887400000589, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 60.10097400005907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 61.59233399992809, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.199090000009164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 61.6503050000174, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.93271800002549, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 60.41301499994006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 0.4261450000340119, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.73096700001042, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 59.69099299993832, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.304882000084035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.24663200008217, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.660436999984086, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.734612999949604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.95335600001272, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.2201880000066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 0.6416570000583306, "failureMessages": [ "break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 59.03971000004094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 59.779091999982484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 58.40087399992626, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 58.622260999982245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 58.73422099999152, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 58.46693100000266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 60.19351999997161, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.4154260000214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 0.42243799997959286, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 61.672377999988385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.11550299997907, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 58.50260200002231, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 58.275542999967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 58.21584099996835, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.49697099998593, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.17530100001022, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.031299000023864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.4951630000723526, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 60.592795000062324, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 60.3947249999037, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 59.80938300001435, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 59.389610999962315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 60.27988400007598, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 62.619524000096135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 59.05471499997657, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 59.365873000002466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 0.42570499994326383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 60.732084000017494, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 60.53594400000293, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.99312600004487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.519196999957785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 57.71328000002541, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 59.144246999989264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.98210000002291, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.77968300005887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 0.4420049999607727, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 59.754454000038095, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.99706800002605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 60.84347900003195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.18108999996912, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.65183099999558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.55174300004728, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.948682000045665, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.1712520000292, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 0.4696049999911338, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.863875000039116, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 58.027630000025965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.17300700000487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.131242000032216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.652140000020154, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.49198699998669, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.854047999950126, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.89510599989444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 0.4338790000183508, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.86434600001667, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.64948000002187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.384269000031054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 60.381046000053175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 58.55925799999386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 72.00471499993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.635801000054926, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.416928999940865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 0.4761479999870062, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.68303299997933, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.09106799995061, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 59.17630599997938, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.98852699995041, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.68977699999232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.14007299998775, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.5507510000607, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.25754899997264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 0.6960180000169203, "failureMessages": [ "empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 59.45221200003289, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 60.14224200008903, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.640531999990344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.504886999959126, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.92103899992071, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 60.03999999992084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 60.37229599989951, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 59.3808410000056, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 0.4307130000088364, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 60.73178699996788, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 59.92455500003416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 59.56060199998319, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 59.931448000017554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 60.059213000000454, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 60.37221999990288, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 59.28215300000738, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 59.36891600000672, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 0.6539099999936298, "failureMessages": [ "export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 60.81936700001825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 61.18336199992336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 60.000039000064135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.63777300005313, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.81532000005245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.906569999991916, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 60.84410600003321, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 64.49082599999383, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 0.44581200007814914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.67168199992739, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.76181200006977, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.012420000042766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.40324100002181, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.33885200007353, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.20830499997828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.927436000085436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 57.08530299994163, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 0.4546779999509454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 73.1303809999954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 67.12363199994434, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 63.054180999984965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 63.67281000001822, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 62.67546699999366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 63.93817499990109, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 63.59738400008064, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 64.36687200004235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 0.4480360000161454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 64.46554300002754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 60.56036300002597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.757122999988496, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.341975999996066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.34525799995754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.51584999996703, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.17792499996722, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 60.750216000014916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 0.440080999978818, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 60.66411100002006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 60.74742300005164, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.30578599998262, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 60.471944999997504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.43062499992084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.51127300004009, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.605878000031225, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.98949900001753, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 0.5355589999817312, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 68.12724100006744, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 64.65182599995751, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 65.32128699996974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 63.22832299990114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 61.858012999990024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 64.47220600000583, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 69.8132340000011, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 69.98306500003673, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 0.6563940000487491, "failureMessages": [ "jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 58.41232800006401, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.77862500003539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.51314599998295, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.146550000063144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 58.44584399997257, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.665659999940544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.10322199994698, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.88470900000539, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 0.6159190000034869, "failureMessages": [ "jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.78794900001958, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 60.46439500001725, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.122634000028484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.807505000033416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.72318199998699, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.75157600000966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.186620000051335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.13766600005329, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 0.43743600009474903, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 61.76564400002826, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 60.72382800001651, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.386286000022665, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.08306899992749, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.56073300004937, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.6468510000268, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.73129200004041, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.39356500003487, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 0.46900400007143617, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 65.42224200000055, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 66.61729600001127, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 63.786813999991864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 63.25006500002928, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 64.4851970000891, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 63.93194399995264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.862150000059046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.29734200006351, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 0.4889919999986887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 69.09221400006209, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.61589799996, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.72700000007171, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.012432000017725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.91054700000677, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 60.432143999962136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.38997899997048, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 60.415396000025794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 0.4533459999365732, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.306140000000596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.331771999946795, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.85914800001774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.65883199998643, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.642785999923944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.55768899992108, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 59.077925999998115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.0159139999887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 0.5122859999537468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.345733000081964, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.73112500004936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.14497899997514, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.16687600000296, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.62471399991773, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.476200000033714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.5290269999532, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.78839300002437, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 0.7294209999963641, "failureMessages": [ "multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 67.19251900003292, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 61.38507700001355, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.32933400000911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.76434600003995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.239340999978594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.585054000024684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.95873100007884, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 61.48964900011197, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 0.4272770000388846, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.678008000017144, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 59.4295469999779, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.352778000058606, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.57514700002503, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.01406699989457, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.49472399998922, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.71455999999307, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 59.67261899996083, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 0.4638849999755621, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 59.95243499998469, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.78722800000105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 59.14013799990062, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 59.284809999982826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.909823999973014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.60001099994406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.87738300010096, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 59.257617000024766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 0.9527170000365004, "failureMessages": [ "return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 73.15756399999373, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 68.12333800003398, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 63.94532100006472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.29828600003384, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 63.058236000011675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 65.92927700001746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 67.31423899997026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 70.64562999992631, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 0.4347599999746308, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.31133799999952, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 59.016412000055425, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.55620800005272, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.7625560000306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.24731400003657, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.740792000084184, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.454923999961466, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.33138000010513, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 0.5435640000505373, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 64.22438100003637, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.346115999971516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.9125729999505, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.03712999995332, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.06938200001605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.35671199997887, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.43411799997557, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.22096499998588, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 0.9338620000053197, "failureMessages": [ "tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 59.6433679999318, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 58.05492300004698, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.95244000002276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.7320109999273, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.21621400001459, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 58.135193999973126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 73.07032300007995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 59.115886999992654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 0.501505000051111, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 59.59763099998236, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.63697500003036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.9926470000064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.83818199997768, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.7851119999541, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.947242000023834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.7857560000848, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 59.54713000007905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 0.7035120000364259, "failureMessages": [ "trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 64.00706299999729, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 61.26211300003342, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.16492799995467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.55330299993511, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 59.163538999971934, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.734525999985635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.21268700005021, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 61.735618000035174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 0.6869109999388456, "failureMessages": [ "trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 58.026599999982864, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 58.13067099999171, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 58.538753999979235, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 57.29396100004669, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 57.24742599995807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 58.27609499997925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 57.42970200011041, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 57.668057000031695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 0.6402939999243245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 58.38719000003766, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 59.22374300006777, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 58.847285999916494, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.957227000035346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 58.62055600003805, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 59.0896659999853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.42056500003673, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 58.06496699992567, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.722728000022471, "failureMessages": [ "tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 2.9308360000140965, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 1.6670189999276772, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.9959669999079779, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.7964249999495223, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.8691010000184178, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 58.94639100006316, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 59.18882100004703, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 58.551567999995314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 0.4424149999395013, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.95289099996444, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.222435000003316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.4156560000265, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.11561000009533, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.33062999998219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.837647999986075, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 65.26405899995007, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.25582299998496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 0.4365539998980239, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 65.94046700000763, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.73055800003931, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.80502199998591, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 59.361325000063516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.28784799994901, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 59.996756999986246, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 59.301273000077344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.890216000028886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.6092070000013337, "failureMessages": [ "snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 58.489398000063375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.289694000035524, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.88593799993396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.86654700001236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.75070800003596, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.653547000023536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 58.03298200003337, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.92018699995242, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.6006899999920279, "failureMessages": [ "snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.98145099997055, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.26115699997172, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.227445999975316, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.62649799999781, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.91101600008551, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.65129800001159, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.202774000004865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.51499599998351, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 156508.04175099992, "end": 157684.95215899992, "runtime": 1177, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 0.6453340000007302, "failureMessages": [ "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 57.88070099998731, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 58.81868500006385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 57.91736900003161, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 57.686493000015616, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 1.122302999952808, "failureMessages": [ "snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 57.83529499999713, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 58.14518499991391, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 58.60304199997336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 59.018725999980234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 0.7593270000070333, "failureMessages": [ "snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 57.50133100000676, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 58.320686999941245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 57.21798099996522, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 57.61863899999298, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 0.7765389999840409, "failureMessages": [ "snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 58.13121999998111, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 58.53393099992536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 58.241128999972716, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 58.23476599995047, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 157734.78806599992, "end": 157980.26102499996, "runtime": 245, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.6211879999609664, "failureMessages": [ "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 1.123604999971576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.7808870000299066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.7079610000364482, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 58.03103099996224, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.5715960001107305, "failureMessages": [ "import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 1.0312230000272393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.6859089999925345, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.6726650000782683, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 57.342281999997795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 1.4284139999654144, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.774705000105314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.688073999946937, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.6724840000970289, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7717100000008941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.726626000017859, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6436110000358894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6286930000642315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6115109999664128, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6925820000469685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 158038.98634, "end": 158525.80982299993, "runtime": 487, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6296740000834689, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.1554359999718145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.756982000079006, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7508209999650717, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 58.45470400003251, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.4547480000182986, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.1615570000139996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7005759999155998, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7037629999686033, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.285117999999784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.5854319999925792, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.0525330000091344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7169680000515655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7307329999748617, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 57.750927000073716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.640093999914825, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.057152000023052, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7150230000261217, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7348009999841452, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 56.84422099997755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 158574.93144799996, "end": 159054.30748699995, "runtime": 479, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6280209999531507, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.1613559999968857, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.8490539999911562, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.8038889999734238, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 59.15908600005787, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.4869690000778064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.0799639999167994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7501489999704063, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.6968999999808148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.06694500008598, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.683735000086017, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.0565910000586882, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7195020000217482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7167970000300556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 57.75118600006681, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6263989999424666, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0471130000660196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7270760000683367, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6942049999488518, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 58.481676000053994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 250, "numPendingTests": 0, "perfStats": { "start": 159113.11440699996, "end": 175545.00348999997, "runtime": 16432, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 30, "unchecked": 0, "unmatched": 16, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4390889999922365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 60.72551299992483, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 59.31570899998769, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 59.067036999971606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 58.68205699999817, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 59.81321399996523, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 59.83076699997764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4295210000127554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 71.434608999989, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 67.07613300008234, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 65.07270400004927, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 72.20207699993625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 67.4114539999282, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 84.9512869999744, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4229580000974238, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 60.811956999939866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.8097579999594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.458840000093915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.27272999996785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 60.64444399997592, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 60.11471300001722, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 0.45218399993609637, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.90899399993941, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.60124099999666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.40291599999182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.12745699996594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.05654500005767, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.1821119999513, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5115040000528097, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 85.54076200001873, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 77.29539400001522, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 75.37152899999637, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 108.90084799996112, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 85.80977799999528, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 86.68235899996944, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7163860000437126, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 60.84688399999868, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 59.971358000067994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 59.50398200005293, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 59.96176100010052, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 60.25739399995655, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 61.47719100001268, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6021330000367016, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 59.09442800004035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.6298849999439, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.11167600005865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.20627800002694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.85315300000366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.57758899999317, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9411850000033155, "failureMessages": [ "comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 66.09947599994484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 62.996913000009954, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 62.7545809999574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 61.70977000007406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 62.16442100005224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 63.70727600005921, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 1.6405710000544786, "failureMessages": [ "curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 85.0053739999421, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 96.89908000000287, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 75.88163200009149, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 74.0883090000134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 77.94585500005633, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 75.83682899991982, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6431290000909939, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 61.47756999998819, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 60.28164800000377, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 61.51835300005041, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 60.860852999961935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 61.945413000066765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 62.51509799994528, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 0.46489699999801815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 62.36770499998238, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 61.98911299998872, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 62.810299000004306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.692121999920346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 61.46005300001707, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 61.422058000112884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8468400000128895, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 66.6120730000548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 65.48136900004465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 65.23902400000952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 64.7942950000288, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 65.75067999993917, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 65.70042400003877, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4384180000051856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 60.852428999962285, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 59.88350500003435, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 60.152155000017956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 60.05249000003096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 59.784336999990046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 69.84945400001016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7268750000512227, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.66599600005429, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.18083299999125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.81435900006909, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 61.89876900007948, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 61.50206500000786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.21425299998373, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.442996000056155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.82244199991692, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.797139000031166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.45039699994959, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.89487200009171, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.425350000034086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.69274700002279, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4200730000156909, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 59.48501900001429, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 59.25178200006485, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 58.19470300001558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 58.27184499998111, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 58.59134499996435, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 58.450243999948725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 0.41659700009040534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.91787500004284, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.51570500002708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 58.945816999999806, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.33330299996305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.23459600005299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 60.4026699999813, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 0.46999699994921684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 86.16253700002562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 62.29607599996962, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.26748499996029, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.42170300008729, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.83547399996314, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 61.9084730000468, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.792488000006415, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 2.4312950000166893, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 1.1781470000278205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9558219999307767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9378390000201762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 62.423323999973945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 62.92226399993524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4094729999778792, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.91329599998426, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.28305599989835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.68050299992319, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.6568800000241, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.41317899990827, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.8505100000184, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4477050000568852, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 78.96220800001174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.79922299995087, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.975138999987394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.521498000016436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.51634800003376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.58749599999283, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.48367199988570064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.12330600002315, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.59110000007786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.66970800003037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.15777499997057, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.65019900002517, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.42681700002868, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4273270000703633, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.452364999917336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.70026100007817, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.82603100000415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.97987100004684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.46117300004698, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.173608999932185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.527273999992758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 88.56177699996624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.8946200000355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 78.11355700006243, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.44131200003903, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.43816999997944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 88.1096639999887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6976819999981672, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.354476000065915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.031222000019625, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.30425199994352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.30726999999024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.69993399991654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.21285499993246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6018329999642447, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.402659000013955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.89068799989764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.693896999931894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.99453800008632, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.821501999977045, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.42433499998879, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8861830000532791, "failureMessages": [ "comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.97365499997977, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.54411500005517, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.92853500007186, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.614106000051834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.563345000031404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.64852200006135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.712574000004679, "failureMessages": [ "curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 77.96056200005114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.59136399999261, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.3424380000215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.01281799993012, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.66018499992788, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.23510300007183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7341889999806881, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.50565799989272, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.627529999939725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.92315899999812, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.711849999963306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.47010799997952, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.74141100002453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4925790000706911, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.1643299999414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.096137999906205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.05854500003625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.229364000028, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.18449800007511, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.28808199998457, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8576990000437945, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.71784699999262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.0863089999184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.75226199999452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.61939799995162, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.38181299995631, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.73268100002315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4316650000400841, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.72135100001469, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.8635629999917, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.845556999905966, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.4392499999376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.930249999975786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.048283000011, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6363569999812171, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.28107100003399, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.155993999913335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.842962999944575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.17553900007624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.13111800001934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.082552000065334, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4200339999515563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.379331000032835, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.874420000007376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.380602000048384, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.33580299990717, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.60680800001137, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.7345679999562, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4371550000505522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.123105000006035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.60049099999014, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.05745600000955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.556813000002876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.072295999969356, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.52878099994268, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.42450199997983873, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.73440700001083, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.23256899998523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.53998500003945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.609837000025436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.15317400009371, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.638826000038534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4049360000062734, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.58554300002288, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.30300199997146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.030807000002824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.99671199999284, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.56845699995756, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.013855000026524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6381299999775365, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.7567460000282153, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9612130000023171, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8437840000260621, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8533520000055432, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.99563699995633, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.39380199997686, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 175605.32157600002, "end": 179769.577766, "runtime": 4164, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.7174380000215024, "failureMessages": [ "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.789832999929786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.6435679999413, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.96971999993548, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.324278000043705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.885080000036396, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.1545080000069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.43479999992996454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.61278399999719, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.8089270000346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.94532399997115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.75053499999922, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.948643000097945, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.67569999990519, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4345609999727458, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.59748499991838, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 1.6050640000030398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.9256860000314191, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.03031300008297, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.64291400008369, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.83286099997349, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.46130999992601573, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.12665200000629, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.71311900008004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.62595200003125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.175533000030555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.35364900005516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.37115700007416, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4702769999857992, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 84.37803200003691, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.86517700005788, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 71.22059699997772, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.80097099998966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 72.02385500003584, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.8723160000518, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 0.6285129999741912, "failureMessages": [ "escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 59.987531999940984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 60.43232399993576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 60.09770199994091, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 58.95912400004454, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 59.85113700001966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 60.06969500007108, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4205350000411272, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 58.64098299993202, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 58.889333999948576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 59.55450299999211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 58.897569000022486, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 58.822314999997616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 59.320411999942735, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4193319999612868, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 59.328997000004165, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 1.3807550000492483, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.8218420000048354, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 61.0445250000339, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 60.325424000038765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 60.00940000009723, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4268859999720007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 59.06228600000031, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 58.26651200000197, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 58.50617399998009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 58.367549999966286, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 59.61467200005427, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 59.17946000001393, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 0.48970299994107336, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 96.5346229999559, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 65.79190300009213, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 68.47124300000723, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 65.6455469999928, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 67.25025699997786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 72.23561700002756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 92, "numPendingTests": 0, "perfStats": { "start": 179840.36338399997, "end": 185901.30445799994, "runtime": 6061, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.44244499993510544, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.43153199995868, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 60.16319099999964, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.21735799999442, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.46269499999471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.5180760000366718, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.104049999965355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 60.00731899996754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.50167200004216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 60.913263000082225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.8272429999196902, "failureMessages": [ "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.33050100004766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 63.89484600001015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.51476000004914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 66.11531599995214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.49296000006143004, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.92249800008722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.600276999990456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.72320300003048, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.7180459999945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.4311940000625327, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.24649499997031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.3259670000989, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.89356800005771, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.447034000069834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.5215430000098422, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.05081200005952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.844670000020415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.69140500004869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.920872999937274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.41957300005014986, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.3150490000844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.10577000002377, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.17719999991823, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.3491689999355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.763814999954775, "failureMessages": [ "objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 64.3086230000481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 63.47670800006017, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 63.64304499991704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 65.17580299999099, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4221579999430105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.8628519999329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 60.412663000053726, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.968237000051886, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 60.049025000073016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.425364000024274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 60.97656699991785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.4398420000216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.19050999998581, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 60.073834999930114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.6046279999427497, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.86681499995757, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.048265999997966, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 60.458363000070676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.62021600001026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.4301419999683276, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.926032999996096, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.04836800007615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.210021000006236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 61.34330899990164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.8731680000200868, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.01318400003947, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 64.85709299996961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 62.98998000007123, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 67.28926699992735, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.42668500007130206, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.65239900001325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.942994999932125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.58464900008403, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 60.8777799999807, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.60495899990201, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.546374000026844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.91251799999736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.81165599997621, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 60.40551700000651, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6154980000574142, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.298022000002675, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.07411300006788, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.679369000019506, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.19450700003654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4707780000753701, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.86542499996722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.571072999970056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.018304000026546, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.03530999994837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.8894089999375865, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 64.2337970000226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 65.96735399996396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.092585999984294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 64.750503999996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.47031699994113296, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.27854800003115, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.27687399997376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.63508300005924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 60.1418550000526, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6200070000486448, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.703256999957375, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.172349000000395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 60.26690799999051, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 60.13064200000372, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 185965.205351, "end": 189412.55399799993, "runtime": 3447, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4605189999565482, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 72.5438210000284, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 69.73064800002612, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.10586300003342, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.0924009999726, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 68.04599800007418, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.6548640000401, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.26986500003841, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.64299199997913, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.47414399997796863, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.841199000016786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.921289000078104, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.315608000033535, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.49159999995027, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.775897999992594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.66422299994156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.62875399994664, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.125237999949604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4719409999670461, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 86.54338699998334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 66.43318799999543, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 65.39337299996987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 69.10075800004415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 65.41983000002801, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 65.8061629999429, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 69.73246700002346, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 65.19762800005265, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 0.41795999999158084, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 60.209084000089206, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 60.125852999975905, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 59.589541999972425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 59.79243500006851, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.347131000016816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.36502299993299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.7020870000124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.09452200005762, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.45359500008635223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 82.27615699998569, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 67.63242000003811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 67.6353910000762, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 67.4564469999168, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.84353700000793, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 66.12663600000087, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 67.28372700000182, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 65.19297199998982, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5120650000171736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.65736499999184, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.0191089999862, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.94835600000806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.502831000019796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.6754629999632, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.89013800001703, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.219146999996156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.07423299993388, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 189483.65457099996, "end": 191616.22587599995, "runtime": 2133, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "shebang-newline.js" ], "duration": 0.4387779999524355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 59.54676599998493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 59.91264700004831, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 59.53280799998902, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 59.461065000039525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.885690000024624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.90874499990605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.986498000100255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.984004999976605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 0.42575300007592887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.858066999935545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.33014900004491, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.86145799991209, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.026614999980666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.124330000020564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.56148999999277, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.66531199996825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 60.39160199998878, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.43143299990333617, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.865696000051685, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.62740700005088, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.71094499994069, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.540546000003815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.986315999994986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.37527800002135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.68696299998555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.526501999935135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.4149230000330135, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.55301799997687, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.793816999997944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.32791500003077, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.927808000007644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.088376999949105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.37520600005519, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.596546999993734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.427702000015415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 191673.14248899993, "end": 192470.951926, "runtime": 798, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.7991979999933392, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.371112999971956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8464059999678284, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7497360000852495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.69754999992438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8134149999823421, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.0249479999765754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7269429999869317, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7414509999798611, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 61.86278299998958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 0.42596299992874265, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.823624999960884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.36745200003497, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.60728500003461, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.6774710000027, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.9613629999803379, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0868780000600964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.731404000078328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7100550000322983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.03939600009471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.6883239999879152, "failureMessages": [ "worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "worker.js" ], "duration": 1.3544469999615103, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.8141489999834448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.746733000036329, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 64.58160799997859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 52, "numPendingTests": 0, "perfStats": { "start": 192539.28018199996, "end": 195617.04371199996, "runtime": 3078, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "delete-variable.js" ], "duration": 0.41314099996816367, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.91766999999527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.52846199995838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.56530300003942, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.76168100000359, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.22405999992043, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.019319000071846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.40036400000099, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.718293000012636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 0.4193819999927655, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 60.20630399999209, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 60.32654899999034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 59.62517399992794, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 59.03666300000623, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 59.071123000001535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.89321899996139, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 59.94632200000342, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 59.275273000006564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 0.4944530000211671, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.92291199997999, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.85656699992251, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.979713000007905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 60.41451700008474, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 60.48541500000283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 61.57286299997941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 60.907158000045456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 60.67133100004867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 0.578518999973312, "failureMessages": [ "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 59.77710599999409, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 59.08257400000002, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.90136000001803, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.19053999998141, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.478034000028856, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 61.25369799998589, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 61.12667399994098, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 106.64903500000946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.6417870000004768, "failureMessages": [ "function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 2.120824999990873, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 60.37537600006908, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 1.182594999903813, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.721335000009276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.8373819999396801, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 59.4697729999898, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 60.68608899996616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 61.06798500008881, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 0.4426359999924898, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 60.80392900004517, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 61.53350799996406, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 61.742857999983244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 60.335932000074536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 59.972415999975055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 61.35245899995789, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 61.3469070000574, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 59.98115999996662, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 268, "numPendingTests": 0, "perfStats": { "start": 195680.53619800002, "end": 212368.28528399993, "runtime": 16688, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 33, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "13018.js" ], "duration": 0.6475570000475273, "failureMessages": [ "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "13018.js" ], "duration": 63.572032000054605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 64.97208999993745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 62.56542699993588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 63.280122000025585, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 61.360329999937676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 61.42050200002268, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.818232999998145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.66448199993465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 0.41671800008043647, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 61.828475999995135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 60.37659600004554, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 60.18085400003474, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 60.733324000029825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 60.309261000016704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 59.27277599996887, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 59.14014299993869, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 60.47307800000999, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 0.42482299997936934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 60.80438300000969, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.891658999957144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.84388299996499, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.8682620000327, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 60.41084899997804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 60.26636900007725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.81522199988831, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 60.792932000011206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 0.43630399997346103, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 70.84094499994535, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 65.15625899995212, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 63.21739800006617, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 63.43492599995807, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 63.75568800000474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 67.35640400007833, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 63.60015299997758, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 64.71354900009464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 0.49016399995889515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 79.42148699995596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 62.67377500003204, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 61.62272999994457, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 61.59013899997808, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 61.40529600006994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 62.09707400004845, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 61.96448200009763, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 62.27266999997664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 0.4131599999964237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 62.21143900009338, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 60.268127000075765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 60.315873999963515, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 60.089990000007674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 59.91271600010805, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 59.63165700004902, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 59.3367970000254, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 58.71840999997221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4303729999810457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.32867899991106, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.36952599999495, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.24803299992345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.628896999987774, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.721848999965005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.35302799998317, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.90877300000284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 67.11025199992582, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 0.42757800000254065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 60.663415999966674, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.903756000101566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.387091999989934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.15996000007726, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 58.85449699999299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.27600800001528, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 60.01938199996948, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 59.29372900002636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 0.48491500003729016, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 64.09460399998352, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 63.095789000042714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.56410900002811, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 60.722379999933764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 63.340103999944404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 62.28964299999643, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 62.042364000109956, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 63.57251799991354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.42123600002378225, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.365698000066914, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.81549199996516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.77693300007377, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.99628199997824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.64095200004522, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.67003099992871, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.377944999956526, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.29441199998837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.41891099989879876, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 64.76053999993019, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.79045400000177, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 66.32209300005343, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 80.00004099996295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.36756299994886, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.96555399999488, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.34158800006844, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.9412570000859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 0.4491779999807477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 60.34750699996948, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 60.98383000004105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.73869099991862, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.08466699998826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.21196200000122, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.69327400007751, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 60.52155099995434, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 60.59373600000981, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 0.4177190000191331, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d3.js" ], "duration": 66.70508400001563, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.573735999991186, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 61.62618799996562, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 61.77872900001239, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.386040999903344, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 61.94869300001301, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.60368300008122, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.55722399998922, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 0.4277070000534877, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 72.42645399994217, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 67.16267099999823, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.29310899996199, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 86.12324800004717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 64.97096700000111, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 64.81176300009247, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 64.2190239999909, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 65.17140400002245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 0.4954340000404045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 63.346423999988474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 63.8744880000595, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 65.39023300004192, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.417290000012144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.416136000072584, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.95968600001652, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.44075499998871, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 62.122306999983266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 0.41374099999666214, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 61.675771999987774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 62.83681400003843, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 60.9855249999091, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 61.20228299999144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 62.247675999999046, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 61.75349400006235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 60.90466900006868, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 62.257865000050515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 0.43184500001370907, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 60.090176999918185, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.473079999908805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 58.975276999990456, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 58.9107269999804, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 58.18950700003188, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 60.16470600001048, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.3144270000048, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 59.54646199999843, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 0.45523900003172457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 60.682420999975875, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 61.39019099995494, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.491080999956466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.89939699997194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 60.00597200007178, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 60.0652799999807, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 60.04427199997008, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 60.46508600004017, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 0.42784699995536357, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 63.478195999981835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 63.52332799998112, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 61.66635500011034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 61.65289000002667, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.943551999982446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 62.203191000036895, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 62.97054399992339, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 65.0336449999595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 0.48655600007623434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 122.78484600002412, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 90.67469400004484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 81.31884900003206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 111.40754399995785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 80.17419000004884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 89.96455000003334, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 82.16939699999057, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 83.53180500003509, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.4768890000414103, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 65.41450099996291, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 64.52263500005938, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.91569699998945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 64.14901400008239, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.78541600005701, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 62.827074999921024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 63.43912700004876, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 62.43787400005385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 0.4490069999592379, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 66.78198299999349, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 64.27353100001346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 63.69721600005869, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 64.61885700002313, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 63.149530999944545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 62.92282300000079, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 61.337203999981284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 62.6579990000464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 0.4981489999918267, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 61.08686000003945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 62.051448999904096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 61.561212999979034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 59.50336299999617, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.43702900002245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.10309300001245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 59.928838000050746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 59.64205799996853, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 0.5217420000117272, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 69.06326099997386, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 63.285135000012815, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 61.847683999920264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 61.83127299998887, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 61.90387499995995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 62.43315000005532, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 62.38433899998199, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 62.03352699999232, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 0.41186800005380064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 61.56668499996886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 62.25384700007271, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.79268399998546, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 60.33283800003119, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 60.57234800001606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 60.17258000001311, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 61.95009599998593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.47740500001237, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 0.4639339999994263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.983951000031084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 60.61705500003882, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.53770099999383, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.50163499999326, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.699464999954216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.02935900003649, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.578789000050165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.73522100003902, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 0.4774410000536591, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 61.55978700006381, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 62.54908999998588, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.95899199997075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 60.03159000002779, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.47919799992815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.90709400002379, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.72918100003153, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.84528100001626, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.44057099998462945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.777330000069924, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.353509999928065, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.02244900004007, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.492332000052556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.13366399996448, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.85121300001629, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.07436400000006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.326239000074565, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 0.4938209999818355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.25578499992844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 59.968478000024334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "this.js" ], "duration": 58.79556700005196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "this.js" ], "duration": 59.09643999999389, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 79.95107700000517, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.74088800000027, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.87558699992951, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.116236999980174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6812000001082197, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.321384000009857, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.5450720000080764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8854619999183342, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8318219999782741, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8085379999829456, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.574391000089236, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.4238320000004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 61.41907999990508, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 160, "numPendingTests": 0, "perfStats": { "start": 212449.47668699996, "end": 222251.97065700003, "runtime": 9802, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 21, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.4827999999979511, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 83.14726400002837, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 65.63754500006326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.08795000007376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.583623000071384, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.14686500001699, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.84039300004952, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.81447500002105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.00063499994576, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 0.4667899999767542, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 60.58211499999743, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 60.268337000044994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.52837600000203, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.75830500002485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.05698100000154, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 60.62666200008243, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.3230990000302, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.78823300008662, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.4520229999907315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 64.94896099995822, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.603309000027366, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.63812799996231, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.93107599997893, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.45630700001493, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.66104300005827, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.333365999977104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.101688000024296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4524940000846982, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.93472200003453, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.9548440000508, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.87105399998836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.00317799998447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.84426599997096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.928548000054434, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.361781999934465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.1284310000483, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 0.4896639999933541, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "equality.js" ], "duration": 77.18012799997814, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 60.87550699990243, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.18816300004255, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 60.54779100010637, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.91277199995238, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.18684899993241, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 60.17668499995489, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.07869699993171, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 0.43958000000566244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exp.js" ], "duration": 61.88804800005164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 61.573911000043154, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.17210600001272, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 60.32149499992374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.783731999923475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.78264700004365, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.636064999969676, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 60.63263000000734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.5161920000100508, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 61.09810900001321, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 61.63339599990286, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.72736000001896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.86015900003258, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.204708000062965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.14628999994602, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.94659299997147, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.748954999959096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 1.026384999975562, "failureMessages": [ "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 69.54599100002088, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 74.14000800007489, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 73.15476699999999, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 65.14959499996621, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 66.1136140000308, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 66.21228199999314, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 64.73083300003782, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 65.19183999998495, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 0.4738739999011159, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 64.73471799993422, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 62.80949999997392, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 62.12841500004288, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 61.33551000000443, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.911032999982126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.53974899998866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.94673700002022, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 62.79519299999811, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 0.4568829999770969, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 88.14814200007822, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 68.48054699995555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 63.31560400000308, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.87156999995932, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 63.3721610000357, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.66676900000311, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.5878429999575, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 64.17395900003612, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 0.5403780000051484, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 64.39475899992976, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 68.39415900001768, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.52549299993552, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.11799100006465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.383193999994546, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.07467300002463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.63616699993145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.408458999940194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 0.4248430000152439, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 60.566629999899305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.418920000083745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.854076000046916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.31277499999851, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.027210999978706, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.54967700003181, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.32580999995116, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.68873400008306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 0.6147270000074059, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "math.js" ], "duration": 63.87627100001555, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.17926099989563, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "math.js" ], "duration": 60.56726600008551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.922800999949686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.137291999999434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.42063499998767, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "math.js" ], "duration": 62.00268699997105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.6750549999997, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 0.4218369999434799, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "return.js" ], "duration": 62.939011999988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 83.86300700006541, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return.js" ], "duration": 60.97729100007564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.59611300006509, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.35996499995235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return.js" ], "duration": 61.3341589999618, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return.js" ], "duration": 60.69717599998694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 61.19137999997474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 0.5264019999885932, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 64.13738099997863, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 63.99185800005216, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 60.81672100001015, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 60.88465800008271, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 62.566244000103325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 62.3402960000094, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 61.29600900004152, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 63.851959000108764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5003430000506341, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.20555199997034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.79922199994326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.70717200008221, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.86045999999624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.50338600005489, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.42573000001721, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.57839599996805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.0050030000275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6853480000281706, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.0844019999494776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.5995229999534786, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.1044189999811351, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.4269809999968857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.1835469999350607, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.60679600003641, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.76764600002207, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.75241200008895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.43574300000909716, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.6219539999729, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.149686000077054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.17338499997277, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.22982599993702, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.53616300004069, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.947232999955304, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.40586800000165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.988400000031106, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 157, "numPendingTests": 0, "perfStats": { "start": 222327.90709299996, "end": 232060.076541, "runtime": 9732, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "empty.js" ], "duration": 0.4390790000325069, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.0904660000233, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.43916700000409, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.38044900004752, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.89011100004427, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.14423099998385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.36920800001826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.613506000023335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.46127199998591, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 0.44956800004001707, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.58616099995561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.522231000009924, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.0584009999875, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 59.493488000007346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 60.09967000002507, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.676290999981575, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.96288799995091, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.84675999998581, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 0.647819000063464, "failureMessages": [ "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 62.65926599991508, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.212163000018336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 61.20834799995646, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.762497999938205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.29908200004138, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.060028999927454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.68197999999393, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.683778000064194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 0.42316899995785207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last.js" ], "duration": 59.868070999975316, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.99734200001694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.629266000003554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.39352099993266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.54211499996018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.99151800002437, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.523528999998234, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 59.178129999898374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.45460800000000745, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 82.00769500003662, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.9108909999486, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.90911700006109, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 70.62326299992856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.32827699999325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 71.5720399999991, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.81634200003464, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.19057100010104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 0.42924099997617304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 63.890843000030145, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 64.53002399997786, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.015366999898106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 63.54347599996254, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 64.87129899999127, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 70.86321199999657, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.73087700002361, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 65.60034400003497, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 0.4440379999577999, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 63.24666100007016, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.4298500000732, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.67221700004302, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 65.3837919998914, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 60.659961999976076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.83063199999742, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.64650100003928, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 62.075045999954455, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 0.44806600001174957, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 63.44216800003778, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.626031999941915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.16252600005828, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.22598200000357, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.197551000048406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.53698999993503, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 62.02349399996456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.17606600001454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 0.7701060000108555, "failureMessages": [ "numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.516079999972135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.01689100009389, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 63.2133319999557, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 60.58490100002382, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.193874999997206, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 60.23595399991609, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 62.19726599997375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.04604200005997, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 0.43230700003914535, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.175863000098616, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 61.05435500002932, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.866422999999486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.108012999990024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.5681110000005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.84371300006751, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 61.00391500000842, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.91016299999319, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 0.6606820001034066, "failureMessages": [ "numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 60.381917000049725, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.698916000081226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.93150299997069, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.505194000084884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.180328999995254, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.56007899995893, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.86903699999675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.54098900000099, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 0.42210700002033263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.73699200002011, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.77732100000139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.139053999911994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.79966300004162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.698480000020936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.36013899999671, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.53506600006949, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.45085200003814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 0.6187439999775961, "failureMessages": [ "numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 62.01060400006827, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 62.032879000063986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.30695899995044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 61.115317000076175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.24795899994206, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.68173599999864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.37507700000424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.40142999996897, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 0.43386900005862117, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 70.06509799999185, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 64.2119590000948, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 61.507501999964006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 64.0737819999922, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 60.46216600004118, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 62.99728899996262, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 60.62231299991254, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 62.1783169999253, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 0.4824599999701604, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 62.12261600000784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.1482089998899, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.14884599996731, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 61.67264600005001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.46556899999268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.18872500001453, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.7173190000467, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.67650199995842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 0.43178500002250075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 68.93431100004818, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 65.73971699993126, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 66.47788899997249, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 76.88100899988785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 63.22225700004492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 65.34696200001054, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.6593560000183, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 66.13720500003546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 0.5510380000341684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.625068000052124, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.803392999921925, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 65.0528499999782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 64.26509000000078, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.334851999999955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.830406000022776, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.06607599998824, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 64.37837799999397, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7462629999499768, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.292851999984123, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.6047740000067279, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9970100000500679, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8612170000560582, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7646160000003874, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.32765999995172, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.028985999990255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.909833999932744, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 232128.38628799998, "end": 233538.0162, "runtime": 1410, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "complex.js" ], "duration": 0.5106120000127703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex.js" ], "duration": 62.937954000080936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 63.97550499998033, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 62.46263700001873, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 60.76802900002804, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.17022299999371, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.614208000013605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.122641000081785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.04091900005005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 0.4537459999555722, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extends.js" ], "duration": 84.00287900003605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 66.310187999974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 62.350505999987945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.31151399994269, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 61.45911600010004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 62.08187600004021, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.45501599996351, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.02088800002821, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6604519999818876, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.9853730000322685, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.826005999930203, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8793199999490753, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7746050000423566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7430859999731183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.18043800001033, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.064529999974184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.96339900000021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 162, "numPendingTests": 0, "perfStats": { "start": 233603.62497900001, "end": 243414.38542499993, "runtime": 9811, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4293600000673905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.8492499999702, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.776074000052176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 61.24699499993585, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 59.64541599992663, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.944873000029474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 59.44609699991997, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.35651800001506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 59.158212000038475, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4357730000047013, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 60.57562000001781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.294676000019535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.14274799998384, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.609226000029594, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.90321299992502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.59278099995572, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.43800500000361, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 60.186989000067115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 0.42124599998351187, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 62.60992499999702, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.9384269999573, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.104571999982, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.30894300004002, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.572059000027366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.5641309999628, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.462688000057824, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 60.12436599994544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 0.43979999993462116, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 60.65058000001591, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.71354299993254, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.05135500000324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.78719399997499, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.55126500001643, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.06283499998972, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.98989299999084, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.424946999992244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 0.6285020000068471, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.32205600000452, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 61.75302800000645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.390898999990895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.357564999954775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 61.16596200002823, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 61.88210499996785, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.66934999998193, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.54119699995499, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 0.44675400003325194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 63.09725799993612, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 63.74427999998443, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 63.087913000024855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 62.20846599992365, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 61.79458799993154, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 63.68634200002998, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 65.90383000008296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 63.057830000063404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4882109999889508, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 59.590503000072204, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 59.15280599996913, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 58.79989999998361, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 59.525745000108145, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 60.07252799998969, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 59.87246400001459, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 58.87865500000771, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 60.13506599992979, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 0.47733099991455674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 61.20028099999763, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 60.563246999983676, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.38792899996042, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 58.92909899994265, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.67684400000144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.32561099994928, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.02819500002079, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.56859500007704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4414939999114722, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 61.56448600010481, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.599606999894604, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 59.98018499999307, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 59.252179999952205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.35758100007661, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.84647500002757, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 61.19958700006828, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 62.03255300002638, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4252130000386387, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.01854199997615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.93781399994623, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.44166600005701, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.509117000037804, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.07236700004432, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.309551000013016, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.878935000044294, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 60.09879199997522, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44921799993608147, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 60.55577400000766, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 62.06744200002868, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.18799200002104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 60.070375000010245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.359224999905564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.550940999994054, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 60.00699599995278, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 60.47524699999485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 0.43842800008133054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 62.14944900001865, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 65.2392740000505, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.52231000002939, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 62.863000999903306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.34716599993408, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.561799000017345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.56827000004705, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.81127499998547, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4289600000483915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.39191899995785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.793539999984205, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.32111400004942, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.717062999960035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.0325999999186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.26853800006211, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.61907599994447, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.77163599990308, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4361929999431595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.13735400000587, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.110379000077955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.93281399994157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.86780600005295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.511757999891415, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.25274399993941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.677484999992885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.160029999911785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4481760000344366, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 80.97767699998803, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.79843600001186, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.75109000003431, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.607378000044264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.806397999986075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.51073799992446, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.523698000004515, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.58470100001432, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4925890000304207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.05394899996463, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.61188300000504, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.96825100004207, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.17225999990478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.564281999948435, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.3636749999132, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.5974339999957, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.170187999960035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.43780700000934303, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.227244000067, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.20125200005714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.26977100002114, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.86573399999179, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.63915399997495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.011703999945894, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.86683700000867, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.3272870000219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.44425800000317395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.41539300000295, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.5132679999806, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.05692299990915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.01960300002247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.75714000000153, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.92259199998807, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.25960500002839, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.63691700005438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 71, "numPendingTests": 0, "perfStats": { "start": 243494.61161199998, "end": 247548.32156200003, "runtime": 4054, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bigint-key.js" ], "duration": 0.47009700001217425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 1.6829679999500513, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 61.56065800006036, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 60.56396900000982, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 61.04507100000046, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 59.88649200007785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 61.65969200001564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 60.85984400007874, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 60.47959600004833, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 0.4431859999895096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 60.68715099990368, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 62.26620800001547, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 60.7890030000126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.558149000047706, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.673910000012256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 60.333551999996416, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 60.03759199997876, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 62.78260100004263, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.45441799995023757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.099502000026405, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 61.4515980000142, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.10298199998215, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 59.62940099998377, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 61.123114999965765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 59.37469399999827, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 59.17511900002137, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.83099799999036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.6743179999757558, "failureMessages": [ "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression.js" ], "duration": 2.8433729999233037, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 7.8521949999267235, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.4876149999909103, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.3076479999581352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.0258430000394583, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 61.327868000022136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 61.784896000055596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 64.38312000001315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 0.5104719999944791, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 61.63416999997571, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 63.08973599993624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 61.099872999941, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.66810799995437, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.280483999988064, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.410535000031814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.64131399989128, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 61.95173299999442, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.5152809999417514, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.81409900006838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.59087199997157, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.995026000076905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.777092000003904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.04948299995158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.86926399997901, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.75487800000701, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.150930999894626, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.5535519999684766, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 76.6601929999888, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.48552099999506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.58921400003601, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.56383200001437, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.95745099999476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.48781800002325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.27382600004785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.326676999917254, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 0.4418039999436587, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 60.90237500006333, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 63.14548200007994, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.466739999945275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.61822099995334, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.19869600003585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 61.21185600000899, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 62.73364200000651, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.43218699994031, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 20, "numPendingTests": 0, "perfStats": { "start": 247613.93139999994, "end": 248708.91916400002, "runtime": 1095, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.46787299995776266, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 65.03806599997915, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.78174400003627, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.35042999999132, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.96554699994158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.62323600007221, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.25904400006402, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4477760000154376, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 67.77563699998427, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.14609499997459, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.03000700008124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.46891399996821, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 65.99527199997101, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.846472000004724, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7225679999683052, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 5.4368000000249594, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.668781999964267, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.8428169999970123, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.4879150000633672, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 62.950595999951474, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 62.317323999945074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 85, "numPendingTests": 0, "perfStats": { "start": 248781.73843199998, "end": 253926.38971199997, "runtime": 5145, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.6680460000643507, "failureMessages": [ "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 2.2522009999956936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 63.08771900006104, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 1.2261569999391213, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.7733119999757037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 59.1178620000137, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 59.218601000029594, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 59.34320700005628, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 59.22250899998471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.45507899997755885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 59.65996099996846, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 59.43790200003423, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 1.099129999987781, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.7054660000139847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.86770800000522, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.775090000010096, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.53733300010208, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.684174999943934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 0.4449000000022352, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 65.64204599999357, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 63.642990999971516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 62.38623400009237, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 62.46440799999982, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 62.05524699995294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.87364899995737, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.181400000001304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.1277570000384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.4482770001050085, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.884751999983564, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.63855400006287, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.707048999960534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.07357300003059, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.823445000103675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.67001000000164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.086226999992505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.166561000049114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 0.43372900004033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.58862900000531, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.32462500000838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.428459000075236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.12713000003714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.27967400010675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.90226599993184, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 60.03308300010394, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.29580099997111, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 0.7397500000661239, "failureMessages": [ "issue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.339664999977686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.41393700009212, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 59.09203699999489, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.83317800005898, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 59.54851999995299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 62.45855300000403, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 61.39986299991142, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 61.62129200005438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 0.6077130000339821, "failureMessages": [ "issue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 61.05023199995048, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 60.969670000020415, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.72311300004367, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 59.01850799995009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.77404299995396, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 59.18943999998737, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.99142199999187, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 59.266924999887124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 0.6161589999683201, "failureMessages": [ "issue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.796270000049844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 59.70340599992778, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.755715000093915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.352773000020534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 59.0894739999203, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 59.27478500001598, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 59.48379899992142, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 59.08952699997462, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 0.4295909999636933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.55847799999174, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.62675799999852, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 58.40588699991349, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.779924999922514, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 58.83193699992262, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 60.48311899998225, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 60.62499000004027, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.71267000003718, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 0.6344929999904707, "failureMessages": [ "issue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.40599400002975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.13618700008374, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.4226080001099, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.02803199994378, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 60.28920100000687, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.52999400009867, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 60.971074000000954, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 60.59916300000623, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 30, "numPendingTests": 0, "perfStats": { "start": 253997.84415999992, "end": 255479.57781799993, "runtime": 1482, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.43277699989266694, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 1.116001999936998, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7659689999418333, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7582240001065657, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 59.1611269999994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 0.5808729999698699, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 67.47394000005443, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 64.19192300003488, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 62.37002200004645, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 64.63654700003099, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 0.4291209999937564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.0350229999749, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.7942210000474, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 58.89288399997167, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.272125000017695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.46599900000728667, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 1.08886999997776, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7531750000780448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7239810000173748, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 59.8146490000654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 0.44514999992679805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 63.85593199997675, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 63.75520600005984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 62.16193399997428, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 64.7535509999143, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 0.4199129999615252, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 59.71986200008541, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 59.30782900005579, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 59.08638500003144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 59.40205599996261, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 103, "numPendingTests": 0, "perfStats": { "start": 255549.39778299996, "end": 261783.42704799998, "runtime": 6234, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 0.7107160000596195, "failureMessages": [ "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 74.54717499995604, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 61.622639999957755, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.34795099997427, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.77070800005458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.274344000034034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.24359599989839, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.78941399999894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.84288399992511, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 0.4319859999231994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 62.124955000006594, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 61.695182999945246, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 61.04458700004034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.799662000034004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.555319000035524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.749585000099614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.4458539999323, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.02751299994998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4333789999363944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.15576300001703, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.584557000081986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.525869000004604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.552582000033, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.36801600002218, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.385909000062384, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.52136499993503, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.307147999992594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 0.4534449999919161, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.258748000022024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.69103600003291, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.723631000029854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.07279800006654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.23839700000826, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.02435500000138, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.39244199998211, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 60.06062799994834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4382570000598207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.50453499995638, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.20208900002763, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.35486199997831, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.26097500009928, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.09111999999732, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.91278400004376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.30343800003175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.00653599994257, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.4206349999876693, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.60514400003012, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 59.372287999955006, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 1.184027999988757, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.7126990000251681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.69564499997068, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.74647500005085, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.542697999975644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 59.07836300006602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 0.697190000093542, "failureMessages": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.80111100000795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.69359899999108, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.48384400003124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.749149000039324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.83384500001557, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.45195900008548, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.5698679999914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 61.7992099999683, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 0.6142349999863654, "failureMessages": [ "bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 60.78350000001956, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 60.15799899992999, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 59.53642499994021, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 59.64138499996625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 59.18405500007793, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 60.26015600003302, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 60.427898999885656, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 60.395759999984875, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.43406899995170534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.93659399996977, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.05859600007534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.39566100004595, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.70499600004405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.34972099994775, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.9683579999255, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.135880000074394, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.453808000078425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 0.6086050000740215, "failureMessages": [ "same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 60.48837299994193, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.280153000028804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.136322999955155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 60.09129000001121, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 60.09121199999936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.970473000081256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 60.13706800004002, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.944347999989986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 0.45278500008862466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.3520290000597, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 60.22466799989343, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.764660999993794, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.421466000028886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.49060399993323, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.85510400007479, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.278645999962464, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.349359999992885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.6234619999304414, "failureMessages": [ "undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 58.380407999968156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 69.65712999994867, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 1.1758929999778047, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.7530440000118688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 63.70378600002732, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 58.31171399995219, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 58.48264599998947, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.332721999962814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 261850.266885, "end": 264228.416956, "runtime": 2378, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "d-flag.js" ], "duration": 0.425954999984242, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.61622000008356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 61.450431999983266, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.98466299998108, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 59.79787400003988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 59.041334000066854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 59.13350600004196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 59.32383899996057, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 59.03998100000899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 0.42325899994466454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 60.63287099997979, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.38076700002421, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.17592299997341, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.0758710000664, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.686266999924555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.62715199997183, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.58317899995018, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.93447900004685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.42132500000298023, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.527926000067964, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.977819999912754, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.3469909999985248, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.761739999987185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.7422840000363067, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.448132999939844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.568100000033155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.62410599994473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.38953699998091906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.36690699995961, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.342385999974795, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.69082600006368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.67938999994658, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.78741200000513, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.814033000031486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.530047000036575, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.030138000031, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 0.43972999998368323, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.2667509999591857, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.58080500003416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 59.203664000029676, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 60.41851400001906, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.0567800001008436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.087011000025086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.54342599993106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.97645900002681, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 14, "numPassingTests": 66, "numPendingTests": 0, "perfStats": { "start": 264295.459098, "end": 269120.57824599993, "runtime": 4825, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 14, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.48043600004166365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.50385500001721, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.8236330000218, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.59785199991893, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.686673999996856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 1.0010849999962375, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.68092300009448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.68011800001841, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.46419200010132, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.41804300004151, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.7825889999512583, "failureMessages": [ "range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.26680500002112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.31246100005228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.0277589999605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.797821999993175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.7658270000247285, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.230270999949425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.150932000018656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.50455900002271, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.71764699998312, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.639231999986805, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.74416899995413, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.43433199997526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.39521699992474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.60261399997398, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7454600000055507, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.40444499999285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.32662900001742, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.095312000019476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.06069000007119, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.81660300004296, "failureMessages": [ "range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.94471800001338, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.68639399996027, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.94574100000318, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.042024999973364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7638550000265241, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.953420000034384, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.32269699999597, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.13829699996859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.74337799998466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.6829939999151975, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.67508300009649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.78595299995504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.828099000034854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.10598800005391, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7856459999457002, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.786833000020124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.42670299997553, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.71026400011033, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.21704000001773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7531850000377744, "failureMessages": [ "range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.21835400001146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.87058099999558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.16993800003547, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.07538699998986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7592469999799505, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.756198999937624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.6807770000305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.06286599999294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.06193500000518, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.4663400000426918, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.05264799995348, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 62.551081000012346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.40344999998342, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.81123700004537, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.831832000054419, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.84790900000371, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.73665799992159, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.451237999950536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 65.84237500000745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.810732000041753, "failureMessages": [ "range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.82080099999439, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.84026399999857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.397113999933936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.97283800004516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.806122999987565, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.91595099994447, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.07072900002822, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.222019999986514, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 60.52040699997451, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 269197.96415099996, "end": 272200.72200499993, "runtime": 3003, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 0.45413700002245605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.50648500001989, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 60.01618799997959, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 60.29003899998497, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.863692999933846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.889924000017345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.843852999969386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 60.916368999984115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 59.1442209999077, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 0.497897999943234, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 59.73113700002432, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 59.448692000005394, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 58.99705400003586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.3172880000202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.371941999997944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.785256000002846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.520533000002615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 59.39598000003025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 0.43491099996026605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.2346720000496134, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.1829760000109673, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 59.673181999940425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 59.82294800004456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 59.8996089999564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 71.8407850000076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 63.91254399996251, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 59.16999600001145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 0.490445000003092, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.5994019999634475, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.2679540000390261, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 59.066973000066355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.41142900008708, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.63696000003256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 59.45033800008241, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 59.39925699995365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 59.17838800000027, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 0.4387679999927059, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.28093699994497, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.2308249999769, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.79461600002833, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 60.06363699992653, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.30997599998955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.44662399997469, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.32438899995759, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.948551000095904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 0.4737729999469593, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.52142999996431, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.763556999969296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.54104500007816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.59054899995681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.26373400003649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 60.02193799999077, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.432751999935135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 60.09797499992419, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 272270.60246799997, "end": 275640.847107, "runtime": 3370, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.47478599997702986, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.39027399988845, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.6948220001068, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.95561199996155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.61618199991062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.803223000024445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.45644400001038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.347333999932744, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.11101800005417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4483860000036657, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.3849840000039, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.19756200001575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.90282700001262, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.05378000007477, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.525167999905534, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.92705299996305, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.754594999947585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.952558999997564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4566110000014305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.707613999955356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.87889099994209, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.048299000016414, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.59508899995126, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.80499799991958, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.311710999929346, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.68865799997002, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.13728600007016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 0.45003900001756847, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 63.35417599999346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 64.47570499998983, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.45783600001596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.71646100003272, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.25186299998313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.465453999931924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.26922699995339, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.68559999996796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44831600005272776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 71.58782999997493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.71282300003804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.99488000001293, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.25896999996621, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.6319450000301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.07947300001979, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.77393700007815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.45777300000191, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 0.45196299999952316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 63.089382999925874, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 61.83626600005664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 61.916634999914095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 60.714018999948166, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 61.31436299998313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 60.719527999986894, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 60.85983800003305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 61.60466399998404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 275710.16270299995, "end": 277397.11143, "runtime": 1687, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5122950000222772, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.55169600003865, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.166209999937564, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.726811999920756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.65356700005941, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.679480999941006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.98885700001847, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.806518999976106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.620253999950364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.5169239999959245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 65.53561899997294, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.14067100000102, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.52205499995034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 69.73331600008532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.143041000002995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.802383000031114, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.07572799990885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.07088100002147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.535158000071533, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 64.57033100002445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.4245510000037, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.96615800005384, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.94407900003716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.48594299994875, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.71499300003052, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.20100699993782, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.23748700006399, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 277473.57190499996, "end": 280423.775114, "runtime": 2950, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arguments.js" ], "duration": 0.6340320000890642, "failureMessages": [ "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 2.0081250000512227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 60.07125000003725, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 1.2741859999950975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 0.7873680000193417, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 58.83454400009941, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 60.033950000070035, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 59.88299399998505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 59.68364900001325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.6619039999786764, "failureMessages": [ "class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 3.433272000052966, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 61.335819000029005, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 1.1790980000514537, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.7739329999312758, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 60.276462999987416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 62.49675499997102, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 61.067150000017136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 63.20185900002252, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.49925100000109524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.993858000030741, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.51433000003453, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.0750850000185892, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.7145030000247061, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.05699099996127, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.69550400006119, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.69295499997679, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 59.993863000068814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.43745599989779294, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.8562009999295697, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 60.751243000035174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.186612999998033, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.7658480000682175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 59.273205999983475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 59.99631900002714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 59.30882999999449, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 59.573103999951854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.7528429999947548, "failureMessages": [ "arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.8667610000120476, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 60.30206499993801, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.1399359999923036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.7852539999876171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 58.91588300000876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 59.53289499995299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 59.58634500007611, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 59.01169099996332, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.6455439999699593, "failureMessages": [ "class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 4.516432000091299, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 62.78836300002877, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 1.112313999910839, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.7339380000485107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 60.10225100000389, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 60.90303100005258, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 60.166036000009626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 60.9410729999654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.4347399999387562, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.9242790000280365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 60.79537399997935, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.153370999963954, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.7206539999460801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 68.25264199997764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 59.86013499996625, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 60.196077000000514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 59.32325899996795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.5025270000332966, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.922004000050947, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 59.93783800001256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.2014910000143573, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.7473740000277758, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 58.94223000004422, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 59.60654099995736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 58.967887000064366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 60.057130000088364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 280501.24573799997, "end": 280745.9201609999, "runtime": 245, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no-semi.js" ], "duration": 0.6037459999788553, "failureMessages": [ "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 1.1288450000574812, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.7454999999608845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.7148029999807477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 59.64864700008184, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.6003199999686331, "failureMessages": [ "no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 1.074845000053756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7350699999369681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.6986330000218004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 59.3336320000235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 12, "numPassingTests": 48, "numPendingTests": 0, "perfStats": { "start": 280819.91173699993, "end": 282337.084892, "runtime": 1517, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 36, "unchecked": 0, "unmatched": 12, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.6027839999878779, "failureMessages": [ "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.453620999935083, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 0.9151769999880344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.0977880000136793, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 59.31684700003825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7946320000337437, "failureMessages": [ "bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 1.100402000010945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7876389999873936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7220070000039414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 64.11023400002159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.6470770000014454, "failureMessages": [ "long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 1.2538880000356585, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.8620870000449941, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.832141000078991, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 59.87782100006007, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.6667029999662191, "failureMessages": [ "method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.3360020000254735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.0256219999864697, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.1303279999410734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 62.640150999999605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.6183129999553785, "failureMessages": [ "short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 1.1759330000495538, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.8609149999683723, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.7744450001046062, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 59.881765999947675, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.6790459998883307, "failureMessages": [ "unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 1.0662589999847114, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7277169999433681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7253529999870807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.28947399999015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.5940679999766871, "failureMessages": [ "await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 1.2793460000539199, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.9205869999714196, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.7803149999817833, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 60.148753999965265, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.8526699999347329, "failureMessages": [ "bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 1.0751749998889863, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.7574130001012236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.7011070000007749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 65.52420300000813, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.6936230000574142, "failureMessages": [ "long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 1.7192659999709576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 1.2551100000273436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 1.16590499994345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 60.92442999989726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.7352309999987483, "failureMessages": [ "method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 1.2661409999709576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.9103170000016689, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.8259900000412017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 63.088311000028625, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.8651739999186248, "failureMessages": [ "short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 1.586708000046201, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.8379130000248551, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.769004000001587, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 60.376629000063986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6101779999444261, "failureMessages": [ "unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.989534999942407, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.7100639999844134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.7351510000880808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 59.63496099994518, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 282409.75429, "end": 283279.078042, "runtime": 869, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assertions.js" ], "duration": 0.4867669999366626, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 2.6700089999940246, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 62.26679500006139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.1389340000459924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.7921680000144988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.7921680000144988, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 60.868605999974534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 62.71180900000036, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 64.99808100005612, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5971429999917746, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.99826100002974, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.13942100002896, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.101507999934256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.0755450000288, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.593183999997564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.302796000032686, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.88885700004175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.78745699999854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 283355.449567, "end": 283882.26789099997, "runtime": 527, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 17, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6206879999954253, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.2108289999887347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.8014050000347197, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6943939999910071, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.937899999902584, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 1.5302640000591055, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 1.6693230000091717, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6601909999735653, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6852779999608174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.7567220000782982, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.627078999998048, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9548400000203401, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6716029999079183, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6573749999515712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 59.16296099999454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6073830000823364, "failureMessages": [ "tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.9446919999318197, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6864300000015646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.7045739999739453, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 59.1015109999571, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.6483689999440685, "failureMessages": [ "tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 1.1238850000081584, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.7482760000275448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.6993340000044554, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 61.582335000042804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 283955.41114599997, "end": 284797.7514349999, "runtime": 842, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 0.4611909999512136, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.38072499993723, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 59.817557999980636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.69289399997797, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.444038999965414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.67811499990057, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.084634000086226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 0.5934069999493659, "failureMessages": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 60.024751999997534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.629402999999, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.54469699994661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.6414709999226, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 60.65560399997048, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 60.15856100001838, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 284871.447107, "end": 284997.220486, "runtime": 126, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.6354950000531971, "failureMessages": [ "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 1.0630629999795929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.7274370000232011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.8132569999434054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 61.58326899993699, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 285068.266657, "end": 286942.785876, "runtime": 1875, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "const.js" ], "duration": 0.5909319999627769, "failureMessages": [ "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js" ], "duration": 61.60344099998474, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js" ], "duration": 61.10412799997721, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js" ], "duration": 61.03543199994601, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js" ], "duration": 61.631744000012986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js" ], "duration": 60.56185900000855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js" ], "duration": 60.6472889999859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.8655540000181645, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 74.45634099992458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 71.02008300006855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 68.9565639999928, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 68.36603599996306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 70.72994800005108, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 70.78876399993896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 0.6448320000199601, "failureMessages": [ "const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 61.38054300006479, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 62.07560800004285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 60.280148999998346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 60.2018139999127, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 60.10257400001865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 60.00972400000319, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 0.8585609999718145, "failureMessages": [ "let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 87.82037600001786, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 71.42651299992576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 68.5544579999987, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 71.41173800011165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 79.7248720000498, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 71.81062900007237, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 287024.16638300003, "end": 287331.762895, "runtime": 308, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after_export.js" ], "duration": 0.424481000052765, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 1.0226569999940693, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.6902969999937341, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.6895860000513494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 60.45433400000911, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.41692800004966557, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.9896360000129789, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.6719629999715835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 60.02294299995992, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 61.295281999977306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 287405.182203, "end": 288324.84838399995, "runtime": 920, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.4774400000460446, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.20354500005487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.97724199993536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.566648000036366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 61.32166999997571, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.6921410000650212, "failureMessages": [ "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.284886999987066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.14364099991508, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.57684100000188, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 61.332181000034325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6147770000388846, "failureMessages": [ "example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 63.02313600003254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.39578799996525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.80752999999095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 62.34205700003076, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 288398.73546399997, "end": 288403.36272299994, "runtime": 5, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 1.36863300006371, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.8362089999718592, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7168669999809936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.6991139999590814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.9467159999767318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 288472.065141, "end": 289634.6745639999, "runtime": 1163, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.5092699999222532, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.83167899993714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.92405300005339, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.8171849999344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.59986700001173, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.77587400004268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.36017100000754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.272043999983, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.34871900000144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 0.4607899999246001, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 67.710626999964, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.896898000035435, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.94946199993137, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 64.72321600001305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.91601499996614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 65.64559600001667, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 65.58980699989479, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 65.60115000000224, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 289707.900431, "end": 290352.79854199995, "runtime": 645, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.4327669999329373, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.3974460000172257, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 62.62090999993961, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.7132949999067932, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.8912929999642074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.7165370000293478, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 62.688495000009425, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 62.49401099991519, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 63.905956999980845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.6154279999900609, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 2.79109499999322, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 63.680809000041336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.551532999961637, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.9934329999377951, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0902329999953508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 64.11794999998529, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 63.592528000008315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 63.28066199994646, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 100, "numPendingTests": 0, "perfStats": { "start": 290429.2253219999, "end": 298422.8116869999, "runtime": 7994, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.8365800000028685, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.14797499997076, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 71.88386200007517, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.40529199992307, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 74.71164800005499, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.86015500000212, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 71.92622300004587, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 70.50010400009342, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 72.15043300006073, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 0.48248000000603497, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 63.61808599997312, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.613440999994054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.720126000000164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 63.16528499999549, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 64.47434199997224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 77.90810200001579, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 74.50622099998873, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.75812000001315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 1.2287609999766573, "failureMessages": [ "new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 107.49411100009456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 77.31406500004232, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 74.4011439998867, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 73.42112399998587, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 71.4331789999269, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 81.04801499994937, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 72.9702690000413, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 74.02383199997712, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 1.024290000088513, "failureMessages": [ "new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 119.34581400000025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 86.78313899994828, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 74.19017399998847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 75.62731600005645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 73.94445399998222, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 76.4777110000141, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 82.19540800002869, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 78.05816900008358, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 0.4269659999990836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 66.17283399996813, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 65.96491600002628, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 64.22199500002898, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 64.67012799996883, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 63.2972010000376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 65.30828499991912, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 65.45065200002864, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 65.24748299992643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 1.0052750000031665, "failureMessages": [ "postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 91.74870199989527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 79.10329400002956, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 75.43470900005195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 79.32990299991798, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 73.16816300002392, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 77.34371899999678, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 76.22763600002509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 76.70011900004465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 1.5362060000188649, "failureMessages": [ "comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 80.7119459999958, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 83.82983299996704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 70.46895899996161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 71.33134499995504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 71.16299400001299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 72.75791499996558, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 72.66415700002108, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 73.83809899992775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 0.4383570000063628, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 64.96285300003365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 66.49677399999928, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 64.3376279999502, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 63.82303099997807, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 63.73723999992944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 63.58520500001032, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 64.18248499999754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 62.899065000005066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 1.5993230000603944, "failureMessages": [ "new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 85.74729699990712, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 77.42717599996831, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 72.60287299996708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 76.13340499997139, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 75.13250499998685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 77.38589399994817, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 75.25328099995386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 76.22672300005797, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 2.1739749999251217, "failureMessages": [ "new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 89.81223599996883, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 85.34963000006974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 76.7909520000685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 76.21967899997253, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 76.6859280000208, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 77.61208300001454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 92.08039000001736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 77.29672400001436, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 0.439289000001736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 67.05842000001576, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 66.23823200003244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 66.12978399998974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 66.14981999993324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 66.41517399996519, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 66.73289199999999, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 66.16615900001489, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 65.81254199997056, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 1.3460299998987466, "failureMessages": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 94.42096599994693, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 80.7969860000303, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 78.35905099997763, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 80.21100599993952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 74.12720599991735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 79.3798849999439, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 81.06043499999214, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 78.08119799999986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 123, "numPendingTests": 0, "perfStats": { "start": 298514.773783, "end": 306884.71004999994, "runtime": 8370, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "brackets.js" ], "duration": 0.49292999994941056, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 66.56035100005101, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 66.51217700005509, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 66.28205899999011, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 65.00299900001846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 64.47220299998298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 65.32612800004426, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 64.09995800000615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 64.9258559999289, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4305030000396073, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.24932900001295, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.63538899994455, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.89943400002085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.00781700003427, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.44675900007132, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.33977199997753, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.7771889999276, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.55243700009305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 0.4235099999932572, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 65.94854500005022, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 64.4415919999592, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 65.68955700006336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 65.55032299994491, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 65.59020100010093, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 65.11271199991461, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 66.07397100003436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 66.52713400009088, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.44578099995851517, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 67.9028110000072, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.17123500001617, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.6577180000022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.47265099990182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.21727700007614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.33268800005317, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.15519999992102, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.76682799996343, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 0.42725700000301003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 64.66700300003868, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 65.38522099994589, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 66.65361099992879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 65.17871000000741, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 65.4091999999946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 67.61791999998968, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 64.4375810000347, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 65.83487300004344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 0.4495280000846833, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 65.36988800007384, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 65.02713200007565, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 66.25175299996044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 65.16097099997569, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 66.11765999998897, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 65.50486899993848, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 65.54582500003744, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 65.75677699991502, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 0.4438279999885708, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 66.79475899995305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 67.7999289999716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 66.43964699993376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 65.7089960000012, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 65.70106099999975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 67.17914300004486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 67.2507700000424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 66.98711400001775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 0.6242840000195429, "failureMessages": [ "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 68.58760799991433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 67.68827899999451, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 66.69254299998283, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 66.23818999994546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 66.0017340000486, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 66.0168330000015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 67.22063699993305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 67.79901600000449, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 0.7872280000010505, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 68.62016499997117, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 68.5369720000308, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 65.48548199993093, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 66.76389100006782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 66.02110799995717, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 66.35764399997424, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 67.60034799994901, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 67.55934400006663, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 0.42418100009672344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 66.35675499995705, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 66.47976999997627, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 65.72055600001477, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 67.04306799999904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 66.0075539998943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 66.00904699997045, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 66.9265299999388, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 66.83705699990969, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 0.6276899999938905, "failureMessages": [ "inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 66.4342380000744, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 66.51765699998941, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 66.48058499989565, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 66.74875300005078, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 65.79313000000548, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 66.05469999997877, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 65.57138600002509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 65.86892200005241, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 0.508788000093773, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 65.53097700001672, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 66.02778499992564, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 65.00665300001856, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 65.40074599999934, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 66.38404399994761, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 66.91614600003231, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 67.33503899991047, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 66.8968510000268, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 0.45792399998754263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 66.40148000000045, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 66.3346400000155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 65.05642199993599, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 65.12515900004655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 66.61508899996988, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 65.92039199999999, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 66.38780900009442, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 66.0086420000298, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 0.6001799999503419, "failureMessages": [ "same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 64.9604250000557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 67.69152300001588, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 70.31117100000847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 71.22189799998887, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 65.78981900005601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 67.14180800004397, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 66.83168800000567, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 67.89005699998233, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 306985.57904499996, "end": 309265.786258, "runtime": 2280, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.5464690000517294, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 66.2257109999191, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.877338999998756, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.1852319999598, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.23596399999224, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.1585770000238, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.12919900007546, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.9644809999736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.77064100001007, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.5091490000486374, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.95100999996066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.491794000030495, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.1534770000726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.86874199996237, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.321622999967076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.13978299999144, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.12806299992371, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.019898999948055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 0.5118150000926107, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.90902000002097, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 61.86994100001175, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 60.85649699997157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 62.09260900004301, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.32162199995946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.72966199996881, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.99193099990953, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.597977999947034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 0.6997749999864027, "failureMessages": [ "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 63.37735500000417, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 63.9276710000122, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.755552000016905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.93657700007316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 61.976086000096984, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 63.55650599999353, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.004594000056386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 62.79609299998265, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 122, "numPendingTests": 0, "perfStats": { "start": 309348.317198, "end": 317927.057369, "runtime": 8579, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "angular_async.js" ], "duration": 0.43631400004960597, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 67.8984440000495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 67.23008599993773, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 64.92712699994445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 64.55721600004472, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.37090199999511, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 67.14505699998699, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 66.43918599991594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.55842999997549, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 0.43302700005006045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 69.14882900007069, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.97509399999399, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.49659800005611, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 63.088547000079416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 61.79976599989459, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.36679799994454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.11668699991424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.1039050000254, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 0.4454200000036508, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 72.22801999992225, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.78022299997974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.27556600002572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.50114399997983, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 62.64942000003066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.11564299999736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.03957999998238, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.342487999936566, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 0.6537799999350682, "failureMessages": [ "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 65.48729799990542, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.48256299993955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.18660799995996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.57714299997315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.259942000033334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.78194499993697, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.8891569999978, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.3149830000475, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 0.5116849999176338, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 72.38706099998672, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 68.54059099999722, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.02202799997758, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 65.859686999931, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 65.65360199997667, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.8658239999786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.47971200000029, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 67.45507600007113, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 0.5381729999789968, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 98.98880399996415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 76.463339000009, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.7508740000194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.98184500006028, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.56301700009499, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.63232599990442, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 71.2475240000058, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 75.14822700002696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 1.1243169999215752, "failureMessages": [ "test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 101.54562500002794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 79.4667419999605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 76.48987300007138, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 79.01402699993923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 76.7148659999948, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 80.39554800000042, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 83.82010999997146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 78.38392900000326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4508310001110658, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.98729999992065, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.45787000004202, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 83.96593099995516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.32961700006854, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.84872200002428, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.35664200002793, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.45841000007931, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.40128099999856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5733999999938533, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.08849700004794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.55162099993322, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.24262000003364, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.79795100004412, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.082835000008345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.12001099996269, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.83161800005473, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.411346000037156, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.42870899999979883, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.32046499999706, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.51403700001538, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.2842960000271, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.14279600000009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.14411499991547, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.73454700002912, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.27503399993293, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.81187099998351, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.684417000040412, "failureMessages": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.765710999956354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.477373000001535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.06438200001139, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.22405900002923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.14391800004523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.54237799998373, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.62124500004575, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.771302000037394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4668300000485033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.8381389999995, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.0334220000077, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.1145409999881, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.90736599999946, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.60864200000651, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.85385499999393, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.3803149999585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.89600199996494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.44229499995708466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 78.80728399998043, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.92922900000121, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.49971900007222, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.28075100004207, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.8772759999847, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.6978840000229, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.00429299997631, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.32313399994746, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.0300109999952838, "failureMessages": [ "test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 106.84227399993688, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.19971900002565, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.62302900000941, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.58176099997945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.14030900003854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.18786900001578, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.80117500002962, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.99998600000981, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 318019.94103299995, "end": 318569.215794, "runtime": 549, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.4262950000120327, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.87451399990823, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 61.40828600001987, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.467477999976836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.92721100000199, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.69257299997844, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.89731099992059, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 61.29781799996272, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 61.13229099998716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 318651.01157399995, "end": 320858.257548, "runtime": 2207, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.4599880001042038, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.14733599999454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.2067869999446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.16068900004029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.29642400005832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.34867099998519, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.374912999919616, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.43927299999632, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.427275000023656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.4065890000201762, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.27597199997399, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.200726000010036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.38280100002885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.100144000025466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.40892899991013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.35827299999073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.197295999969356, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.048677999991924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 0.6021119999932125, "failureMessages": [ "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.693207000033, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 62.12845499999821, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.40061200002674, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.77182799996808, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.33384199999273, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.74727699998766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.413999000098556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.64640500000678, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 0.46062900009565055, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.05999899993185, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.71530700009316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.36532800004352, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.13843100005761, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.900234999950044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.88683099998161, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.501043999916874, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.609327999991365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 180, "numPendingTests": 0, "perfStats": { "start": 320957.7076789999, "end": 332007.905627, "runtime": 11050, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 20, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async.js" ], "duration": 0.47362300008535385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.326659000013024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.43137600005139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.71710999996867, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.156883000046946, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.64818000001833, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.85989199997857, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.516002000076696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.313839000067674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.45592099998611957, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.19025999994483, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.60639899992384, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.15359400003217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.287836999981664, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.041807000059634, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.78281000000425, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.09992000006605, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.43005600001197, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 0.430832999991253, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.675079999957234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.90119300002698, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.17777300009038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.62130600004457, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.32963799999561, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js" ], "duration": 63.41313499992248, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.57138900004793, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.394521999987774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.4141920000547543, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 61.00488799996674, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 61.55203399993479, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.865011999965645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.14071900001727, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.571028999984264, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js" ], "duration": 61.33788799995091, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.40847899997607, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 59.91398900002241, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 0.43905799998901784, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.29169300000649, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.88510700000916, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.65896899998188, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.02020799997263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 59.56842099991627, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js" ], "duration": 59.31706199992914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.45783699990716, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.15572400006931, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 0.4259950000559911, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 62.67670299997553, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.47472400008701, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.80184500000905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 60.227959000039846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.922544999979436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.35829200001899, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.93935200001579, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 60.32939800003078, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 0.4301620000042021, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 63.43093500006944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 63.239025000017136, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 61.533335999934934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.637109000002965, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.81119000003673, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.175102999899536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.73574499995448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 61.027082000044174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 0.5320219999412075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.957116000005044, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.5770949999569, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.37931300001219, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.20184200000949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.016617999994196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.08907500002533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.723798999912106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 62.19003099994734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 0.4187209999654442, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 62.07608800008893, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.87117599998601, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.133401999948546, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.587636000011116, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.999456999939866, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 61.591980000026524, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.77195100008976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 61.5899699999718, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.4922179999994114, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.02497399994172, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.39094800001476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.706129000056535, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.83399199997075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.12440900004003, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.097394999931566, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.85059699998237, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 72.80725700000767, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 0.4249129999661818, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.62674400000833, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.85114499996416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.545387999969535, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.35746799991466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.01682300004177, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.44978400005493, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.707806000020355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.0900810000021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.4191720000235364, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 62.430669000023045, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 62.13333400001284, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.016308999969624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.92789699998684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.80919800000265, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.18902100005653, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 63.482889999984764, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.35645299998578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 0.5011040000244975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.42865100002382, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 61.821282000048086, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.09571199992206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.56253600004129, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.8971470000688, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.12659200001508, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.78870399994776, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.899776999955066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.45544000004883856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.24871499999426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.25659999996424, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.69773100002203, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.72321799991187, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.54882199992426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 63.22975000005681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.4295549999224, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.008280000067316, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 0.41799900005571544, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.962153999949805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 62.69609500002116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.98426900000777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.72542900010012, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 61.41529400006402, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 62.532775999978185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.70802699995693, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 61.40439599996898, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 0.4210549999261275, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.89065700001083, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 61.51454400003422, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.78424199996516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.1612839999143, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.47653500002343, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 61.218083999934606, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 61.08189999999013, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.59121400001459, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 0.5061939998995513, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 62.1268309999723, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.79684399999678, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.16429099999368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 59.77874500001781, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.534081000019796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.33635500003584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 59.85237700003199, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.59097899997141, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 0.4413130000466481, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.86304600001313, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.26565300009679, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.60830099997111, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 62.08350900001824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 61.13263700006064, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 61.71698100003414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 62.27832799998578, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 62.27932500001043, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 0.4238009999971837, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 61.93241000000853, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.688719999976456, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.14121599995997, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.061410999973305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 61.07117400004063, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.33265699993353, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.171053000027314, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 61.69778499996755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.43099300004541874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.071646000025794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.032291000010446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.66119500005152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 62.098250000039116, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.92613999999594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.50066300004255, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.22240299999248, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.25728599994909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 332103.21213199996, "end": 334328.702288, "runtime": 2225, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.433248000103049, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 63.47420600010082, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 63.08958100003656, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.304253999958746, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.897351000108756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.36986400000751, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.489492000080645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.444861000054516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.41969400004018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 0.4235999999800697, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 62.239785999991, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 60.626060000038706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 61.46220599999651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 60.641289000050165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 60.20472099992912, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 61.508763000019826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 60.650297999964096, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 61.37249199999496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 0.4976080000633374, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 62.902639999985695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 62.521927999914624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 62.432749999919906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.52989899995737, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 63.134551999974065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.99587400001474, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.04386400000658, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.917572999955155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 0.4205850000726059, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 60.91280600009486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 60.71527100005187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 61.38418799999636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.84704400005285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 60.46383100003004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 62.18377399991732, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.87802299996838, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 60.03912600001786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 334416.32317499997, "end": 336165.217013, "runtime": 1749, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 24, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.6141559999668971, "failureMessages": [ "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 60.74444499996025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 61.70027700008359, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 1.900683999992907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.9251050000311807, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.893576999893412, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 61.445592000032775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.42695700004696846, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.53867099992931, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.47307700000238, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 1.3394580000313, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 1.1941179999848828, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.8716860000276938, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.88671499991324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.6602120000170544, "failureMessages": [ "async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 61.67078299995046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 61.66090699995402, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 1.2497809999622405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.8080970000009984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.8043799999868497, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 61.56492499995511, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.42860899993684143, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 62.49480899993796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 61.19435899995733, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 1.2728940000524744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.8520290000597015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.8147989999270067, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 60.8200600000564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.4792139999335632, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 62.27505900000688, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 63.31539000000339, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 1.5382589999353513, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.8438840000890195, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 1.1097400001017377, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 61.575339999981225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.6762609999859706, "failureMessages": [ "nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 61.76948999997694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 62.23616799991578, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 1.312127000070177, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.9194539999589324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.8384340000338852, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 62.0737519999966, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.6003989999881014, "failureMessages": [ "valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 60.534809999982826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 61.35734800004866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 1.2613919998984784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8021360000129789, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8159019999438897, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 60.87445600004867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 336251.473497, "end": 336470.375266, "runtime": 219, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.5679590000072494, "failureMessages": [ "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 2.3401239999802783, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 1.0236089999089018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.7203230001032352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.8941070000873879, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 60.78827200003434, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 61.94705099996645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 336563.77316399995, "end": 337005.151965, "runtime": 441, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.5038090000161901, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 66.5743749999674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.06868100003339, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.72552100010216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.51587300002575, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.02580200007651, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.36077100003604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 337086.91398899996, "end": 337335.375372, "runtime": 248, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.4418440000154078, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 61.44256300001871, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 1.1843479999806732, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.6936830000486225, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.807795999920927, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.9773489999352, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 61.33019200002309, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 117, "numPendingTests": 0, "perfStats": { "start": 337423.28945, "end": 345014.27020800003, "runtime": 7591, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functional_compose.js" ], "duration": 0.40651800006162375, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 75.60672200005502, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 70.99139199999627, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 67.59692899999209, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 66.73821899993345, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.31290499994066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 67.83709200005978, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 68.58945299999323, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.27639899996575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 0.3892960000084713, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 64.06148599996231, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 63.275886000017636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.64217500004452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.865342000033706, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.639764000079595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.79090899997391, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 63.49619400000665, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.938156000105664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 0.40080699999816716, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 65.8014119999716, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 64.40511799999513, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.751545999897644, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 64.09976799995638, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.6356369999703, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.97736200003419, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.43747699994128, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.91373900009785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 0.38979699998162687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 65.45528100000229, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.80897899996489, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.63485000003129, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 64.29678999993484, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.398944000015035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.04552100005094, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 64.35825099993963, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 65.16036900004838, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 0.39052899996750057, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 65.41548199998215, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.547698999987915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.31015299994033, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 63.63874299998861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 61.66101400007028, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.47490899998229, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 61.411092000082135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.601038000080734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 0.42015399993397295, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 69.86745599994902, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.22952799999621, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.01682699995581, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 67.9849239999894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.97909400006756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.25845199998002, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.04050699993968, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.27818400005344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 0.39981600001920015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 66.27714799996465, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.31759400002193, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.46802500006743, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 63.14184100006241, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 63.897132000071, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 65.23143799998797, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 65.72357799997553, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.53301799995825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 0.47249100008048117, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 72.18418700003531, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 71.59223499998916, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 69.76276000007056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 70.07650800002739, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 70.04808700003196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 69.87005700008012, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 67.40897899994161, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 68.13438800000586, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 0.42257900000549853, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 66.5409150000196, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 63.41825999994762, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 68.40372900001239, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 63.48505100002512, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 65.28732900007162, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 63.634192999918014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 76.6628919999348, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 65.90602100000251, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 0.444078000029549, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.9203550000675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 64.07774999993853, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 63.14231300004758, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 63.00771600008011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.43714799999725, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.8451880000066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.044779999996535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.24345599999651, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 0.40142899996135384, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 62.671364000067115, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 65.09100900008343, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 65.02184199995827, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 65.4994889999507, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 63.489292000071146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.52357399999164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.82910900004208, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.834396000020206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 0.4086919999681413, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 67.2531069999095, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 64.56171599996742, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.90632499998901, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.14396500005387, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.862621999927796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.68519300001208, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 64.0405220000539, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.90848199999891, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 0.40013600001111627, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 64.77698299998883, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 65.74575500003994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 65.08285299991257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 64.34363000001758, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 64.38098300003912, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.05664500000421, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.37495399999898, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.32520399999339, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 345101.08811199997, "end": 345542.77226099995, "runtime": 442, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after-key.js" ], "duration": 0.3824930000118911, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 63.7063939999789, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.11036199994851, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.95280400000047, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 63.33263399999123, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.84901800006628, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 63.9988589999266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 40, "numPendingTests": 0, "perfStats": { "start": 345627.28641899995, "end": 348301.16231899994, "runtime": 2674, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functions.js" ], "duration": 0.39410499995574355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.96249400009401, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.013647000072524, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.57241400005296, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 63.07836799998768, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 63.88481199997477, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.8505839999998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 0.570062999962829, "failureMessages": [ "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js" ], "duration": 62.548796999966726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 62.937108999933116, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 62.86377499997616, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 62.92919699999038, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 62.32687699992675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 61.956898000091314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 0.4124699999811128, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js" ], "duration": 66.4384640000062, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 65.55417000001762, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 64.99559499998577, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 63.500396999996156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 65.3974430001108, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 65.5608169999905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 0.45606100000441074, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 63.02631600003224, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.1638919999823, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.36733000003733, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.6724759999197, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.84072500001639, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.90305099997204, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 0.6306670000776649, "failureMessages": [ "objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 64.90601699997205, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.74237600003835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 61.39828700001817, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.23768000002019, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.17313000001013, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 64.59289000008721, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 0.4260049998993054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 66.03676299995277, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.93855399999302, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 65.89307799993549, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.11459000001196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.74306100001559, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 65.68621700000949, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 70, "numPendingTests": 0, "perfStats": { "start": 348391.903522, "end": 353074.7105229999, "runtime": 4683, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.4875890000257641, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 75.63964199996553, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 69.14830500003882, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 68.68525199999567, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 71.6423080000095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 68.66452500002924, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 69.85911800002214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.38354499998968095, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.91464200010523, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.17343500000425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.788915000041015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.483247999916784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.246455000014976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.97920899989549, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 0.39145999995525926, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 65.42754699999932, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.62481700000353, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.862671000068076, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 64.10606799996458, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 65.24256099993363, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.49819600000046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.41447299998253584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 75.48507599998266, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 70.90822500002105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 68.57435699994676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 68.15618800010998, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 69.58819699997548, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 71.6616909999866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 0.3836750000482425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 65.05584600009024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 63.6852310000686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 62.99867100000847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 62.59186300006695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 62.154707000008784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 63.63362799992319, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.42544299992732704, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 85.76544200000353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 68.11572200001683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 66.8755110000493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 67.50940099998843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 70.92228199995589, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 69.75766599993221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.4029510000254959, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 63.92977199994493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 64.5700680000009, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 65.2497779999394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 71.4692839999916, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 65.37064500001725, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 64.88709500001278, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 0.37516900000628084, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 65.00323200004641, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 64.81140100001357, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 65.50948499992955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 64.10028100002091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 64.83655000000726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 65.70256400003564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.4246519999578595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 71.9400729999179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 80.41842000000179, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 69.882826999994, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 68.66592900000978, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 69.45687800005544, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 68.36518900003284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 0.431345000048168, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 64.86313700000755, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 63.96385399997234, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 63.50206700002309, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 63.61771799996495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 64.01033900002949, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 64.09727300005034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 353163.496687, "end": 354341.061975, "runtime": 1178, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 0.39898399997036904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 64.74836000008509, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 64.3880750000244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 63.40889199997764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 83.30333599995356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 64.26459599996451, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 63.95233600004576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 64.11504199996125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 64.4716999999946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 0.3927619999740273, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.59803100000136, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 65.52775000000838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.47021400008816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 63.740950000006706, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 63.901501000043936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.17438300000504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.41856799996458, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 63.75677899993025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 354468.6148159999, "end": 355702.5901859999, "runtime": 1234, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 0.488149999990128, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 62.61684899998363, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 61.98117399995681, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 61.09420399996452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 60.876906000077724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 62.11265599995386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 62.06593299994711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 0.4026300000259653, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 62.86858000000939, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 61.36314299993683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.93135299999267, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.83571400004439, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.137845999910496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 62.18502099998295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 0.39096900005824864, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 1.5731120000127703, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.754712000023574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.27815600007307, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 60.567714000004344, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.34045000001788, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.574201000039466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 355807.07951899996, "end": 355958.592826, "runtime": 152, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export.js" ], "duration": 0.7391979999374598, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 1.1337539999512956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7427549998974428, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.6894359999569133, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 62.52026300004218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 356058.637134, "end": 356326.7641849999, "runtime": 268, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.40074700000695884, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 1.2601300000678748, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.7368739999365062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.6923609999939799, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 62.18400000000838, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7105349999619648, "failureMessages": [ "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 1.1077960000839084, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7681229999288917, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7681929999962449, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 61.787409999989904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 356413.30745599995, "end": 356544.34096599993, "runtime": 131, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7300309999845922, "failureMessages": [ "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 1.124407000024803, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.8460180000402033, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7456199999433011, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 63.91814899991732, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 356632.44517799997, "end": 357414.70524700003, "runtime": 782, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "computed.js" ], "duration": 0.6920009999303147, "failureMessages": [ "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.1489530000835657, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7742340000113472, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7774699999717996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 64.3812489999691, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6118810001062229, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.1978240000316873, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7628030000487342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7450790000148118, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.60465900006238, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.7192310000536963, "failureMessages": [ "record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record.js" ], "duration": 1.0147020000731573, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.7012780000222847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.6952959999907762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record.js" ], "duration": 64.17404200008605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.5735000000568107, "failureMessages": [ "shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 1.0991200000280514, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.762542000040412, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.7724409999791533, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 62.62066200003028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.6207479999866337, "failureMessages": [ "spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 1.1092080000089481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.742234000004828, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.7085420000366867, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.954518000013195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6428480000467971, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9584569999715313, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6810599999735132, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6514749999623746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 63.20670100010466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 357503.002376, "end": 358075.334114, "runtime": 572, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-comments.js" ], "duration": 0.61056900001131, "failureMessages": [ "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 1.1674169999314472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.7831699999514967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.6849370000418276, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 62.12777400005143, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.8097599999746308, "failureMessages": [ "fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 1.05512799997814, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7291399999521673, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7052850000327453, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 66.09007699997164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.8931459999876097, "failureMessages": [ "hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 1.0625209999270737, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.7685339999152347, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.7194019999587908, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 67.55194000003394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 1.1398749999934807, "failureMessages": [ "minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 1.3883190000196919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7339879999635741, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7414330000756308, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 69.80970400001388, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 358161.63741699996, "end": 358289.819895, "runtime": 128, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.6331200000131503, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 1.1465489999391139, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7770090000703931, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7470029999967664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.0569859999232, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 358378.161853, "end": 358646.22824699996, "runtime": 268, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.6807600000174716, "failureMessages": [ "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 1.0804660000139847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7443579999962822, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7115469999844208, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 64.3505250000162, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.9252850000048056, "failureMessages": [ "do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do.js" ], "duration": 1.1527200000127777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.7900940000545233, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.7363330000080168, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do.js" ], "duration": 65.87972800002899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 358738.062096, "end": 358877.277806, "runtime": 139, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.6909079999895766, "failureMessages": [ "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 1.1592729999683797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7898730000015348, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.75159200001508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 72.4364540000679, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 358966.537493, "end": 359102.99724799994, "runtime": 136, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7459609999787062, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.0145619999384508, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6855280000017956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.8529509999789298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 62.206698999973014, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 359191.564754, "end": 359321.29993499996, "runtime": 130, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.5721370000392199, "failureMessages": [ "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 1.1256590000120923, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7947719999356195, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7545270000118762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 63.09835099999327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 359409.58254499995, "end": 359786.988998, "runtime": 377, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.3778549999697134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 1.3891399999847636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.92293300002348, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.83723599999212, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.37556700001005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.65264000010211, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.324565000017174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 359876.246553, "end": 360463.120761, "runtime": 587, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4189919999334961, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 66.4901939999545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 66.61353700002655, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 65.1505579999648, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 63.129206000012346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 63.859567000065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 64.99924999999348, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 64.51116799993906, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 65.13650000002235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 360553.251692, "end": 361122.927742, "runtime": 570, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 0.5832269999664277, "failureMessages": [ "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 62.18076699995436, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 62.37091399997007, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 64.48406600009184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 63.33408399997279, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 62.926042000064626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 62.70880499994382, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 62.93313300004229, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 62.671948999981396, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 47, "numPendingTests": 0, "perfStats": { "start": 361213.79693, "end": 363114.55271499994, "runtime": 1901, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.6013419999508187, "failureMessages": [ "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.9253960000351071, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.6350839999504387, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 63.67127100005746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 65.35690900008194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.39664000004995614, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.0776300000725314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7887509999563918, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.63334400008898, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.37498900003266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.6590990000404418, "failureMessages": [ "member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.0299400000367314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.7382170000346377, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 66.37476199993398, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.38242399995215237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "methods.js" ], "duration": 1.0143010000465438, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.7051950000459328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 63.569907999946736, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 64.4637610000791, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.3859089999459684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.9902370000490919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.6741669999901205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 64.06720799999312, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 63.57981899997685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.39691999997012317, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 1.0917360000312328, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.7005069999722764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 67.34704000002239, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 66.38252099999227, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.380299000069499, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 1.0292899999767542, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.7169269999722019, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 62.96220700000413, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 65.38814699999057, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.38967599999159575, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 1.0845519999274984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.7539059999398887, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.653551000053994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 65.16275999997742, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.3839359999401495, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 1.0705060000764206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.6931630000472069, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 63.70439600001555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 63.784327000030316, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.38761299999896437, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.9486589999869466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.6918900000164285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 64.6779970000498, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 64.36648099997547, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 363213.496724, "end": 364356.27216899995, "runtime": 1143, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 0.4015079999808222, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.68525199999567, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.38449999992736, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 60.611837000004016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.78327400004491, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 63.224663999979384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.720864999922924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 62.51831900002435, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.84225999994669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 0.3988639999879524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.53178600000683, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.53693800000474, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.260965000023134, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.48974799993448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.09480900003109, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.7584720000159, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.39740399993025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 61.64730299997609, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 364445.58232600003, "end": 364629.858726, "runtime": 184, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "private-in.js" ], "duration": 0.3918309999862686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 1.2008989999303594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 0.7211039999965578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 60.25883599999361, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 61.057097999961115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 364720.115986, "end": 364904.435428, "runtime": 184, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.5006529999664053, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 1.2526460000080988, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.7972270000027493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 61.3422009999631, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 60.54452100000344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 365005.40705899993, "end": 365574.377089, "runtime": 569, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 0.4140730000799522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.492966999998316, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.66258200001903, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.919258999987505, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.91887500009034, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.418754999991506, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.909594999975525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.778103000018746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.05201500002295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 365663.829918, "end": 366160.618967, "runtime": 497, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 0.37422800005879253, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 61.38897700002417, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 62.2272070000181, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 1.281781000085175, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 61.727725000004284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 0.35536200006026775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 62.32826199999545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 61.5399449999677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 1.165904000052251, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 61.84535199997481, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 366251.68720799993, "end": 366567.861492, "runtime": 316, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "interfaces.js" ], "duration": 0.3748500000219792, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 61.687149000004865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 62.14686800003983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 64.55802199989557, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 65.97618200001307, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 366658.78109599993, "end": 367792.68928999995, "runtime": 1134, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object-property.js" ], "duration": 0.8864959999918938, "failureMessages": [ "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.815606000018306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.346002999925986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.75389599998016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.24061099998653, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.353186000022106, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.024511000025086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.79071800003294, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.10875000001397, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 0.40835299994796515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 64.00914599990938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 64.75035899993964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.420243000029586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.02813899994362, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.345635000034235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.07556900009513, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.15524400002323, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.798591000027955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 367888.27524099994, "end": 369050.07598, "runtime": 1162, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.3789579999865964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.01986699993722, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.91015500004869, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.54956899990793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.3931899999734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.6405739999609, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.1916809999384, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.235906999907456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 65.21534500003327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.6091260000830516, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 74.37546800007112, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 64.89902400004212, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 62.960486000054516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.70644900004845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.891250999993645, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 62.942492999951355, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 64.11728999996558, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.9447719999589, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 369138.32436499995, "end": 369722.64533, "runtime": 584, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 0.6504829999757931, "failureMessages": [ "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 67.93997399997897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 65.57994600001257, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.37024299998302, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.32113100006245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 63.15503399993759, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.3599019999383, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.53805199998897, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.5452899999218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 369816.15582499997, "end": 370396.302587, "runtime": 580, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "inline.js" ], "duration": 0.3798380000516772, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.14625400002114, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.10289199999534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.77891799993813, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.54694499995094, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.04452700004913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.65224800002761, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.736773999989964, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.32507300004363, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 370489.9698939999, "end": 371064.797433, "runtime": 575, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "special-cases.js" ], "duration": 0.38838399993255734, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 64.20490000001155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 63.50411099998746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 63.78614300000481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 63.19187800004147, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 63.93269299995154, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 64.31477299996186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 64.347352999961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 63.70035000005737, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 76, "numPendingTests": 0, "perfStats": { "start": 371157.26313199993, "end": 376549.098591, "runtime": 5392, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 0.6098779999883845, "failureMessages": [ "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 66.68973199999891, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 64.45383800007403, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 63.487538999994285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 64.44660599995404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 64.14247999992222, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 64.23937199998181, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 64.82488399988506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 63.78779700002633, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 0.6163589999778196, "failureMessages": [ "issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 64.69330799998716, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 65.72605699999258, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 65.9761619999772, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 64.93045999994501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 64.39125600003172, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 65.09765700006392, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 65.09625100006815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 65.2063789999811, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 0.4453809999395162, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 69.2941329999594, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 67.48600300005637, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 64.38952700002119, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 65.5520859999815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 64.85173700004816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 64.5560960000148, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 65.75672999990638, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 68.49309100001119, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 0.3847769999410957, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 65.0699640000239, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 65.70980700000655, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 64.20600200002082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 64.51029700005893, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 63.65038100001402, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 64.48632999998517, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 64.59141100000124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 63.64356100000441, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 0.6046380000188947, "failureMessages": [ "issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.37819299998228, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.45293600007426, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 66.04712800006382, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 64.55121499998495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.05509199993685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 64.30577600002289, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.41444299998693, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 65.40270900004543, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 0.5772770000621676, "failureMessages": [ "issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 65.45302999997512, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.89499399997294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 63.43235699995421, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.60608299996238, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.6610389999114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.6621139999479, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 65.33004800009076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 64.94125200004783, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 0.6548810000531375, "failureMessages": [ "issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 66.23761700000614, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 65.85978100006469, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 65.61420599999838, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 65.30080000008456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 64.03817400010303, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 65.64234600006603, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 64.54899799998384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 64.76327100000344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4173289999598637, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.12955200008582, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.46662999992259, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.27506299992092, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.72440700000152, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.44107099995017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.95245300000533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.74118199991062, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.71774400002323, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5151809999952093, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 108.36637599999085, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 77.00277499994263, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 72.29847200005315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 74.95874499995261, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 74.19490300002508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 75.59051399992313, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 75.04763599997386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 76.27398399997037, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 376648.01388199994, "end": 377233.243131, "runtime": 585, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.6350649999221787, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.29701400001068, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.738612000015564, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.561420000041835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.93683200003579, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.19369099999312, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.39123899990227, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.74105199996848, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.66415900003631, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 377326.398719, "end": 377915.678287, "runtime": 589, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.42855900002177805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.6405510000186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.867869000067, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.23742299992591, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.17055200005416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.680500000016764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.21596199995838, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.061155000003055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.4334890000755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 378011.759838, "end": 379137.57844599994, "runtime": 1126, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.3855989999137819, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 66.08845399995334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 67.574997000047, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.609518000041135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.09087000007275, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.65253000007942, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.72628100006841, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.10900199995376, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.04596199991647, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.4440879999892786, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.45926100003999, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.87175299995579, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.61359399999492, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 59.9472989999922, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.7988320000004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.989357999991626, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.1047869999893, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.735058999969624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 379229.559099, "end": 379789.7930349999, "runtime": 560, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "update_expression.js" ], "duration": 0.3847280000336468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.43594600004144, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.61280199990142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.093181999982335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.58337000000756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 61.642387000028975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 63.07442999992054, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.02798499993514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 61.95349800004624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 379883.746047, "end": 381561.184953, "runtime": 1677, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "combining-characters.js" ], "duration": 0.3835849999450147, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.45048500003759, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.418337999959476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.532054000068456, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.393977000028826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.325101000024006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.00340699998196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.05554999993183, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.14737499994226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 0.3793980000773445, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.966780000017025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.894642999977805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.643183999927714, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.33162800001446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.27594799990766, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 62.622837999952026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.25357599998824, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 63.05638299998827, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 0.3776940000243485, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.260857000015676, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.676356000010855, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.308993999962695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.009976999950595, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.04345200001262, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.03471500007436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 64.58530999999493, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 66.34941200003959, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 381650.783105, "end": 382933.57719199994, "runtime": 1283, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.5159529999364167, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 105.61956100002863, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 81.73715000005905, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.56236400001217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 74.22945699992124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 72.17764100001659, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.7981429999927, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 75.71792199998163, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.97521000006236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 0.4092930000042543, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.08879099995829, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.67804399994202, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 62.89101100002881, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 61.628733999910764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 61.952320000040345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.33367099997122, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 61.282119999988936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 62.12272500002291, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 383027.714138, "end": 384172.47856899997, "runtime": 1145, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object.js" ], "duration": 0.4142519999295473, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.71458100003656, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.510357000050135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.94295699999202, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.42569000006188, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.45894000004046, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.65408699994441, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.30803600000218, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.84414599998854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 0.3959480000194162, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.037817999953404, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 65.77124499995261, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "series.js" ], "duration": 65.00195199996233, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "series.js" ], "duration": 64.56082999997307, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 64.62294999998994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.35160200006794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.01828299998306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.317106000031345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 384266.8375399999, "end": 385978.31673699996, "runtime": 1711, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "catch.js" ], "duration": 0.45205299998633564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "catch.js" ], "duration": 64.38994799996726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 64.5541900000535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 63.78277499997057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 63.63158500008285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.680336999939755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 63.99945000000298, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 63.19400499993935, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 64.42115399998147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.44141299999319017, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.066735000000335, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.823291999986395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.52489600004628, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 64.0676580000436, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.38119099999312, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.637509000021964, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.3028199999826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.81306299997959, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.3752000000094995, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 63.30790900008287, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 63.66442300006747, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.267273999983445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.70591599994805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.05640300002415, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.91333400004078, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 63.119513000012375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 63.6229769999627, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 386072.947142, "end": 387860.43273299997, "runtime": 1787, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.38992700004018843, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 67.2967260000296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 67.42382999998517, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.50455599999987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.43226899998263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 66.09600000001956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.4863170000026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.19309800001793, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.7794649999123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4576129999477416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 67.82400499994401, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.04360400000587, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.33278099994641, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.35480299999472, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.12798300001305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.97527599998284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.97119399998337, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.04030300001614, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.3905589999631047, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 68.39493599999696, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 67.02110300003551, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.1736099999398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.17532000003848, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.30472599994391, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.86937099997886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.08968400000595, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 66.44064599997364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 387956.266049, "end": 391575.122911, "runtime": 3619, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 4, "unmatched": 1, "updated": 0, "uncheckedKeys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 0.40237000002525747, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.94235999998637, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 65.85864600003697, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.84867400000803, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.2782779999543, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.530633000074886, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.87812600005418, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.23589300003368, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.09754299989436, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 0.39286199992056936, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 63.716943000094034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.52792899997439, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.66244599991478, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 65.16975699993782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.43784500006586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.44294699991588, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.46910200000275, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.6134440000169, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 0.4147739999461919, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 81.18320400000084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 74.20922299998347, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 71.01711799995974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 70.9704180000117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 71.41062799992505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 75.46875200001523, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 70.81989699997939, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 71.81987700005993, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 0.8385430000489578, "failureMessages": [ "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indention.js" ], "duration": 72.21189599996433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 71.43541199993342, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 69.76856600004248, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 67.8506800000323, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 67.38776499999221, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 68.55784000002313, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 69.95902000006754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 69.2589240000816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 0.3958579999161884, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 65.8355290000327, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 65.8386729999911, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 65.60544499999378, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.76733399997465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.36895400006324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 65.39298400003463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.84808200004045, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.80881199997384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 0.3912090000230819, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.44714299996849, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 65.2869199999841, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.29617499990854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.84994800004642, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.38452399999369, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.53072200005408, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.5495130000636, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.99519799998961, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 391675.91207599995, "end": 395089.29652199993, "runtime": 3413, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.42196700000204146, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.2546180000063, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.47444800008088, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.28556300001219, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.66666599991731, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.4226979999803, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.39795199991204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.702098999987356, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.26826499996241, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 0.7351110000163317, "failureMessages": [ "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.950041999924, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.147228999994695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.17813700006809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 61.20121599989943, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 60.96195499994792, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.19912599993404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 61.38782499998342, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.40544100000989, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 0.399163999943994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 64.94631799997296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.96513499994762, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.06669999996666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.34106400003657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 64.09029500000179, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 63.561854999978095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 63.083117000060156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 63.009938000002876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 0.3763410000829026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 62.08864500001073, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 62.96545999997761, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 61.838511999929324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.86184499994852, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.75419200002216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 62.024993999977596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 62.15356200002134, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 61.59137399995234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 0.3896960000274703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 62.076124000013806, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.39541899994947, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.7758540000068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.95418899995275, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.97157799999695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.30874500004575, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 61.218939000042155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 61.45122100005392, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.434008999960497, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 83.01620499999262, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 63.386722999974154, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.55852600000799, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.87501399999019, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.87968999997247, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.44244100002106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.7754239999922, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.870272999978624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 395182.3514219999, "end": 395748.30149299995, "runtime": 566, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "spread.js" ], "duration": 0.4205839999485761, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.80995499994606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.432886000024155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.69479199999478, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.95876499998849, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.45828400005121, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.13677400001325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 62.39588100009132, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 63.08728199999314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 25, "numPendingTests": 0, "perfStats": { "start": 395843.817569, "end": 397556.713423, "runtime": 1713, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-default.js" ], "duration": 0.381550999940373, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 62.09123500005808, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 62.58995799999684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 61.63186600001063, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 60.96218000003137, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 61.68989999999758, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 61.403481999994256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 61.52631800004747, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 63.25329000002239, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.7042130000190809, "failureMessages": [ "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 75.83848399994895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 64.80946999997832, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.20235100004356, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.680430000065826, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 64.00374399998691, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.70315399998799, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 64.81647600000724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 64.05263099994045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 0.6759709999896586, "failureMessages": [ "parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.31135900004301, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 62.93996100011282, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.01455199997872, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 62.41981999995187, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 62.138264000066556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.43716299999505, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 63.683093999978155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 62.43179900001269, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 397650.615102, "end": 398264.589919, "runtime": 614, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.44527000002563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 81.21441599994432, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 72.51662200002465, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.13664699997753, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 64.35376500000712, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.13726400001906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.71860299992841, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.25044400000479, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.94425800000317, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 398359.948865, "end": 399545.47272399993, "runtime": 1186, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.44769499998074025, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 66.3975039999932, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 66.64094100007787, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.02577700000256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 66.49001800001133, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.84486499999184, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 66.63685100001749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 67.35523099999409, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.92510200000834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.47813100006897, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 67.82438800006639, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.20685700001195, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.91319799993653, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.969525999971665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.43520399997942, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.37172299996018, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.27717400004622, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 67.02113799995277, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 399639.08812599996, "end": 401379.642633, "runtime": 1741, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "named-amd-module.js" ], "duration": 0.4364830000558868, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 65.74930699996185, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 65.74455800000578, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 65.67284899996594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 64.64892099995632, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 63.48807500000112, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 63.59503299999051, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 63.96766199998092, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 64.07598800002597, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 0.43204600003082305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 65.10336599999573, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 64.40257199993357, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 63.7528619999066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 63.785181999905035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 63.60649200004991, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 63.49312500003725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 63.248993000015616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 64.06569700001273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 0.39853199990466237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.92123199999332, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 67.69100799993612, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.11979399994016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 63.458469000062905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.21088000002783, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.76149299996905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.32230799994431, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 65.4190369999269, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 401473.503094, "end": 402076.91215199995, "runtime": 603, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "require.js" ], "duration": 0.7178090000525117, "failureMessages": [ "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 67.50192499998957, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.96892699995078, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.14720200002193, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.04297499998938, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 68.5885169999674, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.63570599991363, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 66.60950500005856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 68.39438700000755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 25, "numPassingTests": 308, "numPendingTests": 0, "perfStats": { "start": 402187.4976889999, "end": 424083.146918, "runtime": 21896, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 25, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 1.000726000056602, "failureMessages": [ "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.22465200000443, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.7373910000315, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.61571599997114, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 65.12271799996961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.98779300006572, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 65.48370400001295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 68.67840699991211, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 65.90723899996374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 0.7444090000353754, "failureMessages": [ "boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 66.97358099999838, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 65.44252200005576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 64.36832499993034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 65.5725950000342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 64.54455499991309, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 65.5849210000597, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 64.88753099995665, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 64.40416599996388, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 0.7645449999254197, "failureMessages": [ "boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 65.4780079999473, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 91.06493500003126, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 72.06677199993283, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 63.76202699996065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 63.48776199994609, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 64.21535299997777, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 65.22828599996865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 64.63921299995854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 0.7686629999661818, "failureMessages": [ "boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 64.66515300003812, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 65.74698699999135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.536367999971844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 64.41350999998394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 65.74101700005122, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 65.01531499996781, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 64.80996099999174, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 64.2864099999424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 0.7196220000041649, "failureMessages": [ "class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 66.28185600007419, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 64.67350699997041, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 63.8205649999436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 64.53765000007115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 65.18105799995828, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 64.70557799993549, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 65.1456949999556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 65.67163199989591, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 0.7473140000365674, "failureMessages": [ "different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 65.86929800000507, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 65.71773899998516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 65.39202100003604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 64.29033499991056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 64.43614400003571, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 64.4372929999372, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 66.62387400004081, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 67.11469399998896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.7017090000445023, "failureMessages": [ "directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 65.07837600004859, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 65.9537700000219, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 66.34771899995394, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 65.47364699991886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 66.17147500009742, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 66.88124000001699, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 65.84593299997505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 66.76679599995259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 0.7314740000292659, "failureMessages": [ "function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 67.0201909999596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 67.15150800009724, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 66.05983799998648, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 66.93529799999669, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 65.06675300002098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 65.81653099996038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 64.78923600004055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 65.04164599999785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.5519990000175312, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.17317099997308, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 66.66369299998041, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.94442000007257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.88020600005984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.33429500006605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.04643800004851, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.45903799997177, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 65.47876700002234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 0.7874480000464246, "failureMessages": [ "ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 65.9288940000115, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 66.19269799999893, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 64.40379200002644, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 65.5777760000201, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 65.50648400001228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 64.21932100004051, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 65.99459399993066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 65.5523389999289, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 0.5418400000780821, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 69.68686100002378, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 66.61231599992607, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 66.11438000004273, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 65.32841100008227, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 64.99816000007559, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 66.29975700005889, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 65.43656499998178, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 66.74402599991299, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 0.6870420000050217, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 66.26559399999678, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 66.22335500002373, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 66.23598899994977, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 65.75950500008184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 64.72189000004437, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 65.76236199995037, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 66.28276600001846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 65.77229200000875, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 0.5400470000458881, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 66.51594599999953, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 65.53055200004019, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 64.57273799995892, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 65.44018000003416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 65.8217210000148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 66.08782699995209, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 64.74522799998522, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 64.73993100004736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 0.5609159999294207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 65.18790199991781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 64.65476399997715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 64.40150699997321, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 65.25131099997088, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 67.1369939999422, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 65.09662900003605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 65.56058399996255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 64.93674700008705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 0.5421510000014678, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.72939100000076, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 65.79599799995776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 63.787475000019185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.92388699995354, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.18258000002243, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.58747400005814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.50680099998135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 64.11117899999954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 0.5984450000105426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 63.29603600001428, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 65.38129000004847, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 63.48793399997521, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 64.67454000003636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 63.06174599996302, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 65.74561699992046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 70.96538999991026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 64.19942499999888, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 0.7536849998869002, "failureMessages": [ "issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 66.90474799997173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 66.20840500004124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 65.66696900001261, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 65.97070599999279, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 68.2528310000198, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 66.93394000001717, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 65.15968599996995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 66.02685799996834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 0.570062999962829, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 65.58996000001207, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 65.76103599998169, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 66.24913500004914, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 65.07778699998744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 67.6659300000174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 66.60977499990258, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 65.0628709999146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 64.54699900001287, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 1.0520609999075532, "failureMessages": [ "module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 67.09767400007695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 65.41816400003154, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 64.39889899990521, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 65.48109500005376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 65.11544800002594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 69.41787699994165, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 66.22611200006213, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 65.15844499995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 0.7607389999320731, "failureMessages": [ "module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 65.46139900002163, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 65.87091900000814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 65.13348800002132, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 64.35982899996452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 63.16066100005992, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 64.90102899994235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 64.9861680000322, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 65.27259700000286, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 0.9022930000210181, "failureMessages": [ "module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 67.01341899996623, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 66.41266999999061, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 65.05253400001675, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 63.804636999964714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 65.60690200002864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 64.84567599999718, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 64.60359600000083, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 64.64972500002477, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 0.8138480000197887, "failureMessages": [ "module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 66.37867000000551, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.00066300004255, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 64.84819900000002, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 64.68520099995658, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.2615109999897, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.13372800010256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 64.97681900009047, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 65.914048000006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 0.7985099999932572, "failureMessages": [ "multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 68.42693000007421, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 65.12427000002936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.17786299996078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.26808499998879, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.86121799994726, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.97446599998511, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 64.81774600001518, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 65.47270199994091, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 0.7619010000489652, "failureMessages": [ "multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.53936900000554, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 65.58001500007231, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 66.05296200001612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.86044100008439, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 66.97930999996606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.93700099992566, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 65.06214599998202, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 64.0367190000834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 0.6247450000373647, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 66.06163499993272, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 65.67053700005636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 65.0794369999785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 64.4470689999871, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 64.88519400008954, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 64.63253200007603, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 65.47638100001495, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 64.89862500003073, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.5517589999362826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.5490320000099, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.84971300000325, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.47815799992532, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.74854499998037, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.40249000000767, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.5525520000374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.64869000006001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.99936199991498, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.8598130000755191, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 65.67534199997317, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 65.31638800003566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 65.72157400008291, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 65.17036800005008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 64.61518800002523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 66.5033879999537, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 67.21142900001723, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 66.27243400004227, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 0.8746609999798238, "failureMessages": [ "nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 66.77536600001622, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 67.48740700003691, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 66.83773499995004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 65.4330380000174, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 65.32871899998281, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 64.51737200003117, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 65.13086499995552, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 64.95241299993359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 0.5219329999526963, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 66.32076700008474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 64.69298599998001, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 64.68838800000958, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 64.34889399993699, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 63.862917999969795, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 66.54470199998468, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 64.95660999999382, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 65.26943899993785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 0.7548380000516772, "failureMessages": [ "object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 66.9845900000073, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 66.7957480000332, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 64.82877599995118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 66.15480899997056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 67.25508900010027, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 66.80620600003749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 66.10549600003287, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 66.68996300001163, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 0.7858449999475852, "failureMessages": [ "range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 65.43392400001176, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 68.07707699993625, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 65.97959500004072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 65.85888300009537, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 64.52713299996685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 66.30370699998457, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 66.34335300000384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 66.2237680000253, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 0.7717890000203624, "failureMessages": [ "range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 66.64755199989304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 67.46036300004926, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 65.69642900000326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 65.50901400006842, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 65.44063900003675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 66.89435299998149, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 66.98011200001929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 65.99342399998568, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.827242000028491, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 67.7679749999661, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 67.7820959999226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 66.56679499999154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 66.75976000004448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 67.2328999999445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 66.96229199995287, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 67.7557590000797, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 68.0149729999248, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 0.8160020000068471, "failureMessages": [ "reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 66.01617600000463, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 65.56964799994603, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 65.67862400005106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 66.53130300005432, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 65.93798300006893, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 64.5202130000107, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 64.59121400001459, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 64.83685600000899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 0.8613570000743493, "failureMessages": [ "start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 66.5298049999401, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 66.25540999998339, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 65.0049959999742, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 64.56544799997937, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 66.71524499997031, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 66.62189900001977, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 67.43047400005162, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 66.0226440000115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 0.620257000089623, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 66.31571100000292, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 65.49384600005578, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 66.6216649999842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 65.58473000000231, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 65.07307799998671, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 66.13962399994489, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 66.46174099994823, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 66.2671149999369, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 0.7671209999825805, "failureMessages": [ "whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 66.30498500005342, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 65.4133060000604, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 66.1228809999302, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 65.8505100000184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 65.86176400003023, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 64.98447099991608, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 66.52205999998841, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 66.43013100000098, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 424221.746304, "end": 426702.35120999994, "runtime": 2481, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-list.js" ], "duration": 0.5314709999365732, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 73.6029419999104, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 71.85250599996652, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 68.48955199995544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 77.01788699999452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 68.66195600002538, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 69.40549699997064, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 69.19604700000491, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 70.28364099992905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.38526899996213615, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.06804900011048, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.35740400000941, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.646375000011176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.67058000003453, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.81139299995266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.19265700003598, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.40283300005831, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.22357499995269, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 0.43320799991488457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 73.38679299992509, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 71.18572599999607, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 69.59056300006341, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 68.82499399990775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 65.7266369999852, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 68.66152800002601, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 70.08002700004727, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 69.34800299990457, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 0.4828809999162331, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 72.17177400004584, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 70.68336600007024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 69.5116299999645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 68.1576730000088, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 69.26134500000626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 81.12241700000595, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 66.78184599999804, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 66.61214299988933, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 426806.39856199996, "end": 428097.532544, "runtime": 1291, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nested-real.js" ], "duration": 0.4163260000059381, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 86.75586499995552, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 74.4560979999369, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 73.01522500009742, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 72.1050319999922, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 72.67948399996385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 75.04917400004342, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 75.8999649999896, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 75.14287799992599, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.3937239999650046, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 73.82184999994934, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.58579000004102, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.47179400001187, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.35551600006875, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.78941299999133, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.87816700001713, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.66591400001198, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.6059579999419, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 428202.78504199994, "end": 430043.839036, "runtime": 1841, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "chaining.js" ], "duration": 0.7081209999741986, "failureMessages": [ "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 81.2769730000291, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 78.14036100008525, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 68.96924799995031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 74.26207799999975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 69.09002999996301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 71.48951800004579, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 70.42564899998251, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 76.08315700001549, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.3977610000874847, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.22074400004931, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.35778800002299, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.61521399999037, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.09486599999946, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.66254099993967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.59182600001805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.91892999992706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.74056100007147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 0.3735860000597313, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.41175899992231, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.27549699996598, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 61.69635099999141, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.84630400000606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.33577200002037, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.64169800002128, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.83203299995512, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 61.40305199997965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 430144.678978, "end": 430701.07474699995, "runtime": 556, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 0.38037899998016655, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 61.82777799991891, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 62.12012400000822, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 61.85922699992079, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 62.12489400000777, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 60.87077599996701, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 62.2089289999567, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 61.40523099992424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 61.68362200004049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 430800.59431899997, "end": 433099.792101, "runtime": 2299, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.3848780000116676, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.40862500004005, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.68445199995767, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.3637850000523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.84308400005102, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.65531900001224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.68746100005228, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.11079299997073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.657257999992, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 0.3896970000350848, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 61.74404400005005, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 61.85389200004283, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 62.09650900005363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 61.09926299995277, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 62.143779999925755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 61.60289999993984, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 61.49810900003649, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 62.92794199998025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 0.3943849999923259, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 64.24676700006239, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 64.75336699991021, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 64.40713800000958, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.31650700001046, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.849994999938644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.66813300002832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 64.16614800004754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 65.01803499995731, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.3986029999796301, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.67544199991971, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.99196700006723, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.92296600004192, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.53264900005888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.64010499999858, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.79913699999452, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 68.2409350000089, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.40386700001545, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 433232.196341, "end": 433810.70737200003, "runtime": 579, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 0.5083779999986291, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 65.01083200005814, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 64.5421980000101, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 63.86221499997191, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 65.14296100009233, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 62.980337999993935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 64.14192200009711, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 63.35673899995163, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 64.1575100000482, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 433919.044236, "end": 435582.44236099994, "runtime": 1663, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.4114369999151677, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.87984500010498, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.99563899997156, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.9521020000102, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.3091340000974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.748973999987356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.69950099999551, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.16955800005235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.49088000005577, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 0.40735900006257, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 62.49016899999697, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 64.09249999991152, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 62.37661400006618, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 60.411244000075385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 59.87280700006522, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 60.72328399994876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.51225700008217, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 60.861441000015475, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 0.3773440000368282, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 61.698096000007354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.9856940000318, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 60.33897099993192, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.73823400004767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.64277099992614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 60.79466999997385, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 60.89199900010135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 60.88579500000924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 435691.104672, "end": 437385.95018799993, "runtime": 1695, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "conditional.js" ], "duration": 0.4098849999718368, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.749183000065386, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.16061400005128, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.89240900008008, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.54260200005956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.4748879999388, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.12559099995997, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.23809200001415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.14613799995277, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.39748200005851686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 76.6868109999923, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 65.3982660000911, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.26558600005228, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 63.94340099999681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 63.20633800001815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.46758400008548, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.68161299999338, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 65.79283199994825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.4472440000390634, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.06303299998399, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.952860999968834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.0302270000102, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.440760999917984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.13843000004999, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.977009999915026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.187819999991916, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.883953000069596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 437492.39251999994, "end": 438652.1726979999, "runtime": 1160, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "issue-7024.js" ], "duration": 0.4020299999974668, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 62.230668000061996, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.24675799999386, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.689341000048444, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.7450190000236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.9905040001031, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.39427599997725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.661850999924354, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 60.65131400001701, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 0.4676120000658557, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 66.19189799996093, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 66.02564599993639, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.23243800003547, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 65.93257599999197, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 61.620359000051394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 70.5491949999705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.68376399995759, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 63.217202999978326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 438752.59284999996, "end": 439406.11007500003, "runtime": 654, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "logical-assignment.js" ], "duration": 0.3980720000108704, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 69.25077800010331, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 99.16820499999449, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.35958399996161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 65.78880700003356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 70.21259300003294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 65.52744699991308, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 65.28223200002685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.10293499997351, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 439507.254625, "end": 440057.152649, "runtime": 550, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.3802490000380203, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.666641999967396, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.75353400001768, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.02613300003577, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.48988799995277, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.73431900003925, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.394316000049, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.27429500001017, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.00690399995074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 440155.775097, "end": 440724.566219, "runtime": 569, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "boundary.js" ], "duration": 0.5395659999921918, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 64.94581900001504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.236600999953225, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.97307299997192, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.797368000028655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.79498300002888, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.04322599992156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.98594000004232, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.43531900004018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 440833.22136100003, "end": 441395.75239, "runtime": 563, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "windows.js" ], "duration": 0.5400369999697432, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.66549399995711, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.08196300000418, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 59.4931430000579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.3488420000067, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.353113000048324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.985508999903686, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.20744899997953, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.98412299994379, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 441491.608969, "end": 443158.731188, "runtime": 1667, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 0.47401499992702156, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 65.19022600003518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.53564199991524, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.3916479999898, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.349786999984644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 61.12711799994577, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.91938300000038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.15776099998038, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 61.63326599996071, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.3836150000570342, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.16183499991894, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.13986100000329, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.049423999967985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.978103999979794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.964314999990165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.97317600005772, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.3473600000143, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.21544699999504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 0.42876899999100715, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 61.04867699998431, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.64825099997688, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.858032000018284, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 59.75516699999571, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.547954000066966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 59.10484199994244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.46457599999849, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.33019000000786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 443255.93933799997, "end": 443817.595653, "runtime": 562, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import_meta.js" ], "duration": 0.3641289999941364, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.210638999938965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.58933300001081, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.6116289999336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 63.42810500005726, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 60.880363000091165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.12639999995008, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.897971000056714, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.06667600001674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 44, "numPendingTests": 0, "perfStats": { "start": 443918.90157399996, "end": 446850.500449, "runtime": 2932, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment_before_else.js" ], "duration": 0.3802089999662712, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 62.68647200008854, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.631961999926716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 63.15956900001038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.93878500000574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.982470999937505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 62.2518150000833, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.181284999940544, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.36784099997021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 0.38754200004041195, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "else.js" ], "duration": 65.96467999997549, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 64.65742400009185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "else.js" ], "duration": 64.10391499998514, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.96625800000038, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.47330900002271, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.742230999981984, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "else.js" ], "duration": 64.22256599995308, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.51534000004176, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 0.6447329999646172, "failureMessages": [ "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 86.69631699996535, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 66.91761200001929, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 64.13380099995993, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 63.86260500003118, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 64.3595759999007, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.03844100004062, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.83610199997202, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 66.09694999991916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 0.44700400007423013, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 77.3099579999689, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 70.23128299997188, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 64.84288699994795, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 65.99233299994376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 69.25255000009201, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 65.87644999998156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 66.80314400000498, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 67.37218099995516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 0.4413130000466481, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 63.93825500004459, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 61.767671999987215, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.36857000004966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 63.242136999964714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 63.54811099998187, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 63.348054000060074, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.0523970000213, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.08187400002498, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 446955.008966, "end": 448695.025848, "runtime": 1740, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "anonymous.js" ], "duration": 0.411216999986209, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 65.4374620000599, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 64.83280700002797, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 65.63270700001158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 66.88391500001308, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 64.28172500000801, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 64.42047300003469, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 64.075322000077, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 64.92079200001899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 0.4134709999198094, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 66.46295499999542, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 66.42634299991187, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 65.4138030000031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.31043000007048, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.48645999992732, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 65.30543700000271, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 65.06983399996534, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 65.42300899990369, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 0.41571500001009554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 64.19851200003177, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.44685099995695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.332046999945305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.69218999997247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.281106999958865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 63.158492999966256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 61.87315900006797, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.79039300000295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 448795.651255, "end": 449386.82872299996, "runtime": 591, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.42762799991760403, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.9920699999202, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.11904599994887, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.57608200004324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.12256299995352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.37074799998663, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.30828699993435, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.88416300003882, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.56524699996226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 449487.88413099997, "end": 450066.89956999995, "runtime": 579, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 0.3758099999977276, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 66.38559499999974, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 64.21000099997036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.639412999968044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.74442299990915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 65.24718099995516, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 64.03885100001935, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.90983400004916, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.88893300003838, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 450167.81775899994, "end": 451340.937932, "runtime": 1173, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.395217000041157, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 67.21409999998286, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.15744199999608, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.64536500000395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.47600500006229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.25535399990622, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.28684200008865, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.79673100006767, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.75248100003228, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 0.40533600002527237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 65.12087699992117, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 64.68284100003075, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 64.39443700003903, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 64.12180399999488, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 65.26691999996547, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 64.66532300005201, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 65.74406900000758, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 65.23688099998981, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 451439.59200999996, "end": 452026.64918999997, "runtime": 587, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-identifier.js" ], "duration": 0.39664000004995614, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.21020500001032, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.60551099991426, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.84612100000959, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.51258500001859, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.412711000069976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.61909400008153, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.79170299996622, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.57134499994572, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 452123.890728, "end": 452691.69340099994, "runtime": 568, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await.js" ], "duration": 0.40006600006017834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.570990000036545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.10042000003159, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.98274699994363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.311647000024095, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.53303799999412, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.52369200007524, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.842514999909326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.527980000013486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 61, "numPendingTests": 0, "perfStats": { "start": 452796.189754, "end": 456852.380941, "runtime": 4056, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.3731749999569729, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.66648300003726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.95424099999946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.00785900000483, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.26558699994348, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.42049699998461, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.2167119999649, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.3861409999663, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.6185730000725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 0.8976639999309555, "failureMessages": [ "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 74.940702999942, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 66.13493300008122, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 66.18837500002701, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.3390950000612, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.6085299999686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.97287800000049, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.39085099997465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 67.34489800001029, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 0.44884699990507215, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 67.97459300002083, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 66.61261199996807, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 64.28457100002561, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 65.94670299999416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 64.40441499999724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 65.60459200001787, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 66.22206299996469, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 66.43655900005251, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 1.238719999906607, "failureMessages": [ "continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 71.91605400003027, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 65.99548099993262, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 66.84355200000573, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 67.017937000026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 63.72620899998583, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.63092100003269, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.93285199999809, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 65.54871799994726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 0.43012200004886836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for.js" ], "duration": 63.96419099997729, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.15347899997141, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.54248100006953, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.94142600009218, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.56832800002303, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for.js" ], "duration": 63.390199000015855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.4660880001029, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.255612000008114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 0.38085999991744757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in.js" ], "duration": 64.12898999999743, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.636751999962144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.954089000006206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.1198119999608, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 62.28168499993626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in.js" ], "duration": 64.63201499998104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.57084699999541, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 62.49973799998406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 0.3771630000555888, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "var.js" ], "duration": 62.86162300000433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 62.33845899999142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "var.js" ], "duration": 67.59320599993225, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.3926630000351, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.12766799994279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "var.js" ], "duration": 62.030520000029355, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.41819500003476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.40562599990517, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 456953.68679, "end": 458073.699246, "runtime": 1120, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no_regression.js" ], "duration": 0.35751699993852526, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.86525899998378, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.583457999979146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.99922100000549, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.5029649999924, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 63.33881700003985, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.38052400003653, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.423147000023164, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.059531999984756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 0.3756899998988956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.071311000036076, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 63.337300000013784, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.07996199990157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.30131899996195, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.19803199998569, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 63.61997300002258, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 62.349215000052936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.8448769999668, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 50, "numPendingTests": 0, "perfStats": { "start": 458175.81811099994, "end": 461584.1904329999, "runtime": 3408, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary_and_template.js" ], "duration": 0.5611060000956059, "failureMessages": [ "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.32983499998227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 64.3121070000343, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.1238500000909, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.52825199998915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 64.26960700005293, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.495147999958135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 64.48131100006867, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.60770400008187, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 0.5892490000696853, "failureMessages": [ "body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.994848000002094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.902201999910176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.52068800001871, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.174233000027016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.52342600002885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.03238200000487, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.1307140000863, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 66.85430999996606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 0.6004800000227988, "failureMessages": [ "class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 64.27551300008781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 63.97272600000724, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 62.981804999988526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 62.21986299997661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 63.468141999910586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 64.82531600003131, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 64.11483800003771, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 63.62580500007607, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 0.3649699999950826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.08841199998278, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.33802299993113, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.229474000050686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.122753000003286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.25060200004373, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.20200300007127, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.32215499994345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 61.92868999997154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 0.6015320000005886, "failureMessages": [ "function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 63.684030000003986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 63.0581269999966, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 62.45916399999987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 62.19871999998577, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.76712600002065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 62.35974899993744, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.478101999964565, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 63.09644699993078, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.4231190000427887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.73866899998393, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.91865299991332, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.38471800007392, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.958030999987386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.31827600009274, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 63.72034500003792, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.58537699992303, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.78194000001531, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 90, "numPendingTests": 0, "perfStats": { "start": 461692.836988, "end": 467431.196514, "runtime": 5738, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 0.3736970000900328, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.72063200001139, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 63.361629000050016, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 63.29611700004898, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.221940999967046, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.880004999926314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 63.11405700002797, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 63.21680199995171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 63.54739299998619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 0.3786660000914708, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 63.277459000004455, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 63.974000999936834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 64.58263899991289, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 64.1897900000913, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 63.527709000045434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 69.60028499993496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 63.23247699998319, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 63.06564799998887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 0.3714420000324026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.25562299997546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.44703199993819, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 62.299906999920495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.002739000017755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.04393699998036, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.886401000083424, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 64.48728200001642, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 63.39650499995332, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 0.36842700000852346, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.65546100004576, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.31726000003982, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 62.83423099992797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 62.458158000023104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.26568800001405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 64.84787599998526, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 64.6039710000623, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 65.37157299998216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 0.3867609999142587, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 64.71606100001372, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 63.3310820000479, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 63.09085799998138, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 63.81275399995502, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 64.35632799996529, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 63.955543000018224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 63.327962000039406, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 64.75452399998903, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 0.3951670000096783, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 64.87341700005345, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.54072099993937, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.496334999916144, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.92937500006519, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 63.210744999931194, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.41519500000868, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 64.05174200003967, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 64.26933399995323, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 0.38745299994479865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.36504699999932, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.365213999990374, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.852913000038825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 64.17128400004003, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 64.01588200009428, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 64.19007000001147, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.79026400006842, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 63.40898000006564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 0.4035019999137148, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 65.00812000001315, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 64.74840799998492, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 64.3998089999659, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.32011499989312, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 64.48222200002056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 64.08833599998616, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.7620749999769, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 65.02167400007602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 0.38656000001356006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.96059300005436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.17956800002139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 63.85447100002784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.17177500005346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.17625700007193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 64.8527260000119, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 63.43209500005469, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 63.126419999985956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 0.38323399994987994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.511325999978, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.23684200004209, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 62.51329499995336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 64.49479500006419, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.17186100000981, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.42446599993855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 63.182147999992594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 64.1589540001005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 467536.804723, "end": 468680.94243999996, "runtime": 1144, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "body.js" ], "duration": 0.43677499995101243, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.52077099995222, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.37777699995786, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.09819699998479, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.29627399996389, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.548677999991924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.487693000002764, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.73105499998201, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.86983300000429, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.3785459999926388, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 63.66100199997891, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 61.34622299997136, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 61.35903499997221, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 60.992209000047296, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 60.97818299999926, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 60.09224000002723, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 60.73171199997887, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 60.668616999988444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 468792.70367699995, "end": 470520.330806, "runtime": 1728, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.3783259999472648, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 65.58502999995835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 66.00829999998678, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.091428999905474, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.2534619999351, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.73636999994051, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 64.1100640000077, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.63109599996824, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.613021000055596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.4605590000282973, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.90011399996001, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 65.97955000004731, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.43531400000211, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.23251200001687, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 64.55497599998489, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.45536500005983, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.11696999997366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.092735999962315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 0.3719339999370277, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 67.07833699998446, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.76082399999723, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 62.774795999983326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.35844199999701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 63.96642900002189, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 65.01539700001013, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.9598850000184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.30937499995343, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 470658.744042, "end": 471847.410856, "runtime": 1189, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7575829999987036, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 80.79406099999323, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 69.74994400003925, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.43703699996695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 65.70254999992903, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 65.7656399999978, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 72.50311900000088, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 65.95369200001005, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.93236199999228, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 0.43344799999613315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.529579999973066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 61.72135000000708, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 69.60667000000831, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 64.7508819999639, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 61.35963800002355, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.30667600000743, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.30532000004314, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 63.078218000009656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 471957.02733599994, "end": 472533.816819, "runtime": 577, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.43528199999127537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.882173000019975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 63.18369899992831, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.107603999902494, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.93838700000197, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.89371700002812, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.734175999998115, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.33386400004383, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 62.27206200000364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 108, "numPendingTests": 0, "perfStats": { "start": 472639.07744900003, "end": 479410.1957229999, "runtime": 6771, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.39144000003580004, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.060793000040576, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.37618999998085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.32873500010464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 63.20518799999263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.92362699995283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.217682000016794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.33287800010294, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 62.05325199989602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.4007670000428334, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 69.01582100009546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 66.58301100006793, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.6855650000507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.52091000007931, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.92078499996569, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.28808199998457, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.34809599991422, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 66.3174809999764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 0.37658199993893504, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 64.26393899996765, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 64.08295399998315, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.735008000046946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.48934600001667, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 64.02503400004935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.086976999999024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.55437599995639, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.26329100003932, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.43012200004886836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.56856699998025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.24983899993822, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.11119199998211, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.96544299996458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.69261200004257, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 64.40873000002466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.29246000002604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.619421000010334, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 0.3728249999694526, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 64.8284069999354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 65.95613700000104, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.97469500009902, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 63.76839999994263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 63.50668700004462, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 64.81627499999013, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 65.28083999990486, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 65.97691199998371, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.3924819999374449, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.021278999978676, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.97167400002945, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.77424900000915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.881171000073664, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.778418999980204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.63317200005986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.159981000004336, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.03437200002372, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.3856089999899268, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 62.30108099989593, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 61.12365200009663, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member.js" ], "duration": 61.35651700000744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.50000200001523, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 61.25212099996861, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.10779400006868, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.78937099990435, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.993244000012055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.4260340000037104, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 69.56285999994725, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.538146000006236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.35760200000368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.186476000002585, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.46044199995231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.32265200000256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.84092300001066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.580748999956995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 0.37875599996186793, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new.js" ], "duration": 60.84228800004348, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.04095900000539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.54375099996105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new.js" ], "duration": 60.7178159999894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.604493999970146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.21513899997808, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new.js" ], "duration": 60.63208300003316, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.4772449999582, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 0.38194200000725687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "property.js" ], "duration": 66.07395500002895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.88360499998089, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.36591800011229, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.55256500001997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 61.37628000008408, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.12898600008339, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.54646099999081, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.12959100003354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 0.3774439999833703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.93705900001805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.27256099996157, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.64317699999083, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super.js" ], "duration": 60.949261000030674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.61380199994892, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super.js" ], "duration": 60.79916699999012, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.06207500002347, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.607704999973066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 0.4499990000622347, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.00453399994876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.58308500004932, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 60.98861700005364, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 63.29897500004154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.34728099999484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.047366999904625, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.30749099992681, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 60.64914900006261, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 479544.229075, "end": 481212.74745900003, "runtime": 1669, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.4805560000240803, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.363421999965794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.19630900002085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.22229599999264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.86804099997971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.379090999951586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.957267999998294, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.24186000006739, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.327301000012085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 0.6284519999753684, "failureMessages": [ "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.02913699997589, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.95193500001915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.139950999990106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 60.854468000005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.383367000031285, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.24001700000372, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.23819100006949, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.186485999962315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.3874119999818504, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 64.73270399996545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 65.42911599995568, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.25950400007423, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.95571100001689, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.60035500000231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 62.23745599994436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 65.96860300004482, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.868651999975555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 481345.24526199995, "end": 481898.112625, "runtime": 553, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.6906579999485984, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.87020100001246, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.409056000062265, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.61347899993416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.81202700000722, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.38259499997366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.949949999921955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.16012199991383, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.43775000004098, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 482009.70255600003, "end": 484431.65000900003, "runtime": 2422, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.4181289999978617, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 98.37327700003516, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.57964300003368, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 64.69037800002843, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 64.62883199995849, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.9201259999536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 67.25681300007273, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.10363600007258, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 64.52905400004238, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 0.36560100002679974, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.68038599996362, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.4113570000045, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 59.75623800000176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 60.07897400006186, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 60.14944099995773, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.87280599994119, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.25126699998509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.47694900003262, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 0.3993040000787005, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "react.js" ], "duration": 98.60948099999223, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 72.66810800007079, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "react.js" ], "duration": 71.92362600006163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "react.js" ], "duration": 65.90173100004904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 66.3839989999542, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.99883899989072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "react.js" ], "duration": 69.93827500008047, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 67.1353840000229, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 0.42971099994610995, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.916301999939606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.354171999963, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.17951000004541, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.00991999998223, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.85607500001788, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.77741400001105, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.41163599991705, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.52779800002463, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 484544.06905799994, "end": 485180.065918, "runtime": 636, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "parens.js" ], "duration": 0.41375199996400625, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 78.6224570000777, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 67.45051100000273, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 66.3317200000165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 71.81978999997955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 65.97910700005013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 67.48193599993829, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 70.46152200002689, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 66.929301999975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 485310.303408, "end": 485871.081056, "runtime": 561, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "literal.js" ], "duration": 0.5861129999393597, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "literal.js" ], "duration": 62.33065099990927, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 63.26275100000203, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.411061999970116, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 62.177823000005446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.546222999924794, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 62.91140500002075, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 62.218645000015385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.93212799995672, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 89, "numPendingTests": 0, "perfStats": { "start": 485978.53874399996, "end": 491647.104139, "runtime": 5669, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 9, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-iteration.js" ], "duration": 0.4239999999990687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 63.050456999917515, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 63.97517099999823, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 62.577828999958, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.74037599994335, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 63.196605999954045, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 62.36651600000914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 64.75640600000042, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 67.00677400000859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 0.3746680000331253, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 63.00503400003072, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.89760600007139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 63.05386600003112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.53976499999408, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.626166000030935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 61.916417000000365, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.69781300006434, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.62033700000029, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 0.377494000014849, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 65.03607499995269, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 65.48152499995194, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 63.59410200000275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 64.21500600001309, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 63.765016000019386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.72628999990411, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.967347000027075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 64.39883600000758, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 0.36826699995435774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 64.72508900007233, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 65.4108759999508, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 61.79979900002945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.11081900005229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.164899999974295, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 65.44181900005788, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.06262099999003, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.870716999983415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 0.3545610000146553, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.394083000021055, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.85180800000671, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 61.909596999990754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.98845699999947, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 61.40759099996649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.009276999975555, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.77440300001763, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.19778899999801, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 0.3857990000396967, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 64.7403860000195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 64.03780500008725, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 63.194253999972716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 62.14834499999415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 62.5327760000946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 63.12705200002529, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 63.078956999932416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 63.16928699996788, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.39232100010849535, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.40849900001194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.877058000070974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.52501400001347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.35978599998634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.193158000009134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.78107400005683, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.56412599992473, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.659956999938004, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.6090260000200942, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 65.6278610000154, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.11080700007733, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 61.25865000009071, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.10521200008225, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.98245699994732, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.147911999956705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.22515299997758, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.41290800005663, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.39041799993719906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.384276999975555, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.02862300002016, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.617219000007026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.0576080000028, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.493384999921545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.74808299995493, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.06721600005403, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.16333200002555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 0.3990239999257028, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 65.1079590000445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 62.961453000083566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.54221200000029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.20920499996282, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.29684399999678, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.51107200002298, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 62.7782850000076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.292111000046134, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 491784.26045899995, "end": 492336.443101, "runtime": 552, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assignment_expression.js" ], "duration": 0.45999700005631894, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.65691500005778, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.31511899991892, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.92045000009239, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.75627700006589, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.98528200003784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.71881200000644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.77315199992154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.37585800001398, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 492473.5795439999, "end": 495878.15966299997, "runtime": 3405, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.5548950000666082, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.52187599998433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.696644000010565, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.34207500005141, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.753458000021055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.2207889999263, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.28647699998692, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.466941999970004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.52384199993685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 0.36972999991849065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.88808699999936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.71487899997737, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 62.1547309999587, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.847198999952525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.23204100003932, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.11870500002988, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 62.41417800006457, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.351332999998704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 0.43515200004912913, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function.js" ], "duration": 67.3719239999773, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 67.11634900001809, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.63746599992737, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.83793499995954, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.24804199999198, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.55395000008866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.9554970000172, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 62.89098999998532, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 0.3633570000529289, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.22470899997279, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.122866999940015, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.11240500002168, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.427007999969646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.47170399990864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.36597499996424, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.49571399996057, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 62.8772230000468, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 0.3772039999021217, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 64.78160400001798, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.80501200002618, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.570392000023276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.77966599992942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.70610700000543, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.25014999997802, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.187773999990895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.74044399999548, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.4030710000079125, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 81.9787490000017, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 66.06418400001712, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.03652800002601, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.37057700008154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.45239400002174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.31822000001557, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 65.36235099995974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.16489400004502, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 241, "numPendingTests": 0, "perfStats": { "start": 496021.82833799993, "end": 511341.60361399996, "runtime": 15320, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 25, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.4725010000402108, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.64189900003839, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.659937000018544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.91927299997769, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.424083999940194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.29749399994034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.51522299996577, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.3252719999291, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.7575380000053, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 0.3780150000238791, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 64.71246200008318, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 63.77234300004784, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 62.53425899997819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.63749899994582, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 62.81716800003778, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 64.82019600004423, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 64.0879539999878, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 62.85710599995218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 0.3662029999541119, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 64.87354199995752, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 63.0114449999528, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.061022999929264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.706235000048764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.9149370000232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.54647900001146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.41554199997336, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.91783199994825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 0.397402000031434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain.js" ], "duration": 64.60337200004142, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 63.91133099992294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.0874120000517, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.75847000000067, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.1802580000367, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.2054740000749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.007194000063464, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 63.20041599997785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 0.3743679999606684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 67.50535099999979, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 71.15124400006607, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.52075300004799, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.36371499998495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.16502199997194, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.34614799998235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.99278100009542, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.69880000001285, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 0.3749489999609068, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.9766299999319, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 64.24750499997754, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.473394999979064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.048193000024185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 63.0889399999287, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.65089499996975, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 63.39541599992663, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 63.189214999903925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.4768690000055358, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.93740599998273, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.64682299993001, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.53999799990561, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.468254999956116, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.10440399998333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.660390999983065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.476574999978766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.041530999937095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 0.795884000021033, "failureMessages": [ "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 80.11574499995913, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 70.22815400001127, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 64.71464899997227, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 67.27948399994057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 64.96075500000734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 66.033340999973, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.94894299993757, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 66.05422200006433, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 0.384044999955222, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 62.59432399994694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.8295709999511, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.957898000022396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.59873700002208, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 62.24792200000957, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 63.57451399997808, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.522484000073746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 62.56718000001274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 0.3890250000404194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.5697719999589, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 63.11866399995051, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.941869999980554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.488506000023335, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 65.99673000001349, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 65.0383800000418, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.270839000004344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.6841270000441, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 0.6298050000332296, "failureMessages": [ "issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 63.21507699997164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 63.962616999982856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.97010900010355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 64.30307399993762, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.756567999953404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.13016099995002, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.51820799999405, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.32243499998003, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 0.37953699997160584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.156673999968916, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.06326500000432, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 61.52769600006286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.43997099995613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.056400000001304, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.10456200002227, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.40404099994339, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.91810000000987, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 0.4074900000123307, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.95901699992828, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 64.09665700001642, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.01156600005925, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.331981000024825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.777576000080444, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.0503519999329, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 60.70971299998928, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 61.44820400001481, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 0.3988139999564737, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 62.87374399998225, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 62.030177999986336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 61.16581999999471, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 61.19526399997994, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 60.490573000046425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 61.107491999980994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 61.87927899998613, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 61.307285999995656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 0.3682959999423474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.86440900003072, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.08372399990913, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 62.19766599999275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 62.28986699995585, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 62.469298999989405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 62.66652500000782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 61.461149999988265, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 61.8391469999915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 0.3737470000050962, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 62.34492800000589, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 63.121882000006735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 63.754963000072166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 62.208513999939896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 61.64466500002891, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 62.58510199992452, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 62.01039400009904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 61.80563499999698, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 0.38884499995037913, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 63.40649699990172, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 62.47096999990754, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.505530999973416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 62.880819999962114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 60.83792800002266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.731532000005245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 62.19755799998529, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 63.11035600001924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 0.3663129999767989, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 62.1018369999947, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 62.104693000088446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.33048400003463, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 62.95286399999168, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.7933029999258, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.499723999993876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.460874999989755, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.8241370000178, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 0.3788959999801591, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.83161599992309, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.62918299995363, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.89954899996519, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.76740100001916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.31912800006103, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 62.25717699993402, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 62.08510499994736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.35402199998498, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 0.44795499998144805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 66.46964000002481, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 66.2654399999883, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 63.873562000109814, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.54452699993271, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.3960209999932, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.8296449999325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.28175800002646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.36637499998324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 0.36888800002634525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 62.58179199998267, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 62.35531299991999, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.917140000034124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.18016899994109, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 62.236798999947496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 62.065398999955505, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.7061789999716, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 62.66279700002633, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 0.49489299999549985, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 63.1601190000074, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 62.11392200004775, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.20777000009548, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.90398699999787, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 62.019420000026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.693903999985196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.917849999968894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 62.70363100001123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 0.363547999993898, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 62.72874300007243, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 62.229409000021406, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.329624000005424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.5164479999803, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 63.25466700003017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.45276599994395, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.72246999992058, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 62.722985000000335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 0.3783260000636801, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 62.759028999949805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 61.87574599997606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 61.53899699996691, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 61.94751199998427, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 62.009226999944076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 61.82937900000252, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 61.70926899998449, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 62.20397100003902, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 0.6038969999644905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 70.92251100006979, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 65.88725300005171, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 65.05020199995488, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 64.44911399995908, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.51688900007866, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 64.61461799999233, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.65668699995149, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.877994999988005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 0.419772999943234, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 66.00525399995968, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 65.06854999996722, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.250900999992155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.34516699996311, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.88749300001655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 66.11609999998473, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 63.232878000009805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.375702999997884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.41775899997446686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 63.89276900002733, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 64.10707800008822, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.196161000058055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 63.45814599993173, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 63.56391899997834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.94543700001668, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.0394109999761, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.73520499991719, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 511479.106812, "end": 512038.357606, "runtime": 559, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.5287960000569001, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.59584600001108, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.98001800000202, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.28236500010826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.750170000013895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.42457899998408, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.8224100000225, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.49370300001465, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.19798900000751, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 28, "numPendingTests": 0, "perfStats": { "start": 512174.793691, "end": 513931.22142899997, "runtime": 1756, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.5296879999805242, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.12903599999845, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.189425999997184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.44751899992116, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.44729699997697, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.0513519999804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.72469599999022, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.5128359999507666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 65.96882800001185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 63.526020999997854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 63.11029099998996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.825168999959715, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 65.30953399999999, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 63.77626099996269, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 0.45703200006391853, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.32393199997023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.922677999944426, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 62.934951000032015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 64.29380999994464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 62.01077000005171, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.32070099993143, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.47067800001241267, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.768535000039265, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.6743139999453, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.07212400005665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.844383999938145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.107470000046305, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.712773000006564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 514043.754836, "end": 514910.130846, "runtime": 866, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.4362039999105036, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.715166000067256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.13428100000601, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.5746489999583, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.3660010000458, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.80096399993636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.635661000036635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 0.4569819999160245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 60.16625300003216, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.957994999946095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 60.19186699995771, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 60.65094999992289, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 62.48148700001184, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 60.56700800010003, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 515033.75328699994, "end": 515471.78565199993, "runtime": 438, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "return-outside-function.js" ], "duration": 1.1785479999380186, "failureMessages": [ "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 61.49543500004802, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 61.20263299997896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 60.97707500006072, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 60.696284999954514, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 61.12928600003943, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 60.80477399996016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 515586.554513, "end": 518744.59934699995, "runtime": 3158, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 1, "unmatched": 0, "updated": 0, "uncheckedKeys": [ "graphql.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.44852599990554154, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.29818200005684, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.172971999971196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.92314900003839, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.58231799991336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.88685700006317, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.193613999988884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.629594000056386, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.394746000063606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.3926789999241, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.82526599999983, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.36635100003332, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.50310700002592, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.15098899998702, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.5267319999402389, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.12758500000928, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.08021399995778, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.000814999919385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.01139399991371, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.26594599999953, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.12190599995665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 0.40932299999985844, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 79.36461200006306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 62.62374299997464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 61.68490600003861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 62.357747000060044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 62.87050600000657, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 62.27243000001181, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.41546499996911734, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.65226399991661, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.53752200002782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.12219899997581, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.931701999972574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.23299699998461, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 70.22567100008018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.41130699997302145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 87.45316600007936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.29682799999136, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.071665000054054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.174473000108264, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.59955499996431, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 67.56508299999405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.4670509999850765, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 66.6593639999628, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 64.64207499998156, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 65.76077399996575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 65.30331099999603, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 63.78722599998582, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 65.16596999997273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 518856.32335799997, "end": 519734.855866, "runtime": 879, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "backslash_2028.js" ], "duration": 0.44535000005271286, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 62.61182300001383, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 61.92045700002927, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 62.838870999985375, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 63.790490000043064, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 60.957231999957, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 60.901387999998406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 0.4236390000442043, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.469610000029206, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.720029000076465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 61.00026200001594, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.092554999981076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.55627200007439, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.80096200003754, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 110, "numPendingTests": 0, "perfStats": { "start": 519852.75654199993, "end": 526987.4084659999, "runtime": 7135, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 14, "unchecked": 1, "unmatched": 2, "updated": 0, "uncheckedKeys": [ "embed.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.7442770000780001, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 66.35175799997523, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.66011700010858, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.79226200003177, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 66.11519499996211, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.13661399995908, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.09965200000443, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.4832200000528246, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.528158999979496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.11725100001786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.73884099989664, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.24528699996881, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.07856399996672, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.7429659999907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 0.4238699999405071, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 69.33531600004062, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 62.95054899994284, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 65.21459400001913, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.341785999946296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.40025700000115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.54764400003478, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 0.634842999977991, "failureMessages": [ "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.21009100007359, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.6913690000074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.66932900005486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.08497999992687, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.50884399993811, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.89753100008238, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 0.4326870000222698, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 79.49778199999128, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.57205200009048, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 66.14079800003674, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.9040779999923, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 66.35070900002029, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 65.71709000004921, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 0.39966500003356487, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 62.52231899998151, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 60.2319069999503, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.77756100008264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 61.15123499999754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 61.08938500005752, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 61.68394100002479, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 0.4585250000236556, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 64.40403600002173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 62.84660599997733, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 62.388532000011764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.59705400001258, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.34158499992918, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.43845599994529, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 0.7252729999599978, "failureMessages": [ "function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 63.77058600005694, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 62.62456199992448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.33726800000295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 62.750520000001416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.88069100002758, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 62.737094999989495, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 0.42971099994610995, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.47912999999244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 60.8537499998929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 60.908933999948204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.22644999995828, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.35069199989084, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 62.4153449999867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 0.40938299999106675, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 64.97917200007942, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.12060799996834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 63.17891899996903, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 61.91590499994345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 64.79951699997764, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 64.00912599998992, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 0.4146529999561608, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 61.778168000048026, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 61.554948000004515, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 61.605016000103205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.94880299991928, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 62.1121090000961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 61.55415700003505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 0.4210350001230836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 63.21668199985288, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 61.476720000151545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.34802599996328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 61.592651000013575, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 64.39841200015508, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.13490300020203, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4319150000810623, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.9845740001183, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.17553899995983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.02722899988294, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.45756399980746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.44825799996033, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.839278999948874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 0.5363700001034886, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 62.76534799998626, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.60985399992205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.690164000028744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.03842099988833, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 62.63679299992509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 63.37628800002858, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4184699999168515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.77970499987714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 66.40111099998467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.87615999998525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.573722000001, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.86137199983932, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.055111000081524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 0.4370049999561161, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 100.51852699997835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 69.17672899994068, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 68.03229899983853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 65.00992399989627, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 71.53632600000128, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 69.36483700014651, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 0, "numPendingTests": 0, "perfStats": { "start": 527124.930464, "end": 527189.4311190001, "runtime": 65, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.8349969999399036, "failureMessages": [ "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" } ], "numTodoTests": 0 }, { "failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 527303.085151, "end": 529723.349495, "runtime": 2420, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-expr.js" ], "duration": 0.4544379999861121, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expr.js" ], "duration": 62.484147999901325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 0.44660299993120134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 70.25306300004013, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 0.43270700005814433, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 62.66906400001608, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 0.43308699992485344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 62.41748399985954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 0.45179200009442866, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 62.95216799993068, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 0.4567120000720024, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 60.91801799996756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.4849940000567585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.623328999849036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 0.41202899999916553, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 63.266931999940425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 0.4821389999706298, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 63.96921100001782, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 0.4101839999202639, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 62.230841000098735, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.46080899983644485, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.5417909999378, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.47431399999186397, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.31070500006899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 0.486979000037536, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 62.32902799989097, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 0.4770299999509007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 61.70007000002079, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 0.7390179999638349, "failureMessages": [ "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 61.773749000160024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 0.7069080001674592, "failureMessages": [ "styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 62.69284599996172, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.41069599986076355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.62082300009206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7100339999888092, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 62.907066999934614, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 0.4757469999603927, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 62.569897999987006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 529836.4776029999, "end": 530481.5401019999, "runtime": 645, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.44098199997097254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 64.43713699979708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 61.675210000015795, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 60.97492299997248, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 60.8276130000595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 0.49113500001840293, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.012813000008464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 60.990419999929145, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.32457599998452, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.964820000110194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 } ], "wasInterrupted": false }
{ "bail": 0, "changedFilesWithAncestor": false, "ci": true, "collectCoverage": false, "collectCoverageFrom": [ "src/**/*.js", "bin/**/*.js" ], "coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage", "coverageProvider": "babel", "coverageReporters": [ "text", "lcov" ], "detectLeaks": false, "detectOpenHandles": false, "errorOnDeprecated": false, "expand": false, "findRelatedTests": false, "forceExit": false, "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, "maxWorkers": 1, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", "onlyChanged": false, "onlyFailures": false, "openHandlesTimeout": 1000, "passWithNoTests": false, "projects": [], "reporters": [ [ "default", {} ], [ "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js", {} ], [ "/home/runner/work/biome/biome/prettier-repo/reporter.js", {} ] ], "rootDir": "/home/runner/work/biome/biome/prettier-repo", "runTestsByPath": false, "seed": -1745711884, "skipFilter": false, "snapshotFormat": { "escapeString": false, "printBasicPrototype": false }, "testFailureExitCode": 1, "testPathPattern": "", "testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js", "updateSnapshot": "none", "useStderr": false, "watch": false, "watchAll": false, "watchPlugins": [ { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js" }, { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js" } ], "watchman": true, "workerThreads": false }